fix(ci): disable vcs information on Ubuntu.
This commit is contained in:
parent
c391bdefc1
commit
8b99a0bdff
1 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue