From 8b99a0bdff552e6d953745cd5bc36848e263ce19 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sun, 6 Apr 2025 16:04:04 +0200 Subject: [PATCH] fix(ci): disable vcs information on Ubuntu. --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2090e0392..f697637fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -100,6 +100,8 @@ debian: ubuntu: stage: build image: registry.gitlab.com/roddhjav/builders/ubuntu:24.04 + variables: + GOFLAGS: "-buildvcs=false" script: - git config --global --add safe.directory $CI_PROJECT_DIR - mkdir -p "$PKGDEST"