fix(ci): disable vcs information on Ubuntu.

This commit is contained in:
Alexandre Pujol 2025-04-06 16:04:04 +02:00
parent c391bdefc1
commit 8b99a0bdff
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -100,6 +100,8 @@ debian:
ubuntu: ubuntu:
stage: build stage: build
image: registry.gitlab.com/roddhjav/builders/ubuntu:24.04 image: registry.gitlab.com/roddhjav/builders/ubuntu:24.04
variables:
GOFLAGS: "-buildvcs=false"
script: script:
- git config --global --add safe.directory $CI_PROJECT_DIR - git config --global --add safe.directory $CI_PROJECT_DIR
- mkdir -p "$PKGDEST" - mkdir -p "$PKGDEST"