Skip to content
Snippets Groups Projects
Commit 215342c0 authored by kaiyou's avatar kaiyou
Browse files

Fetch git tags upon build

parent 57ffb072
No related branches found
No related tags found
No related merge requests found
Pipeline #28761 failed
...@@ -15,6 +15,7 @@ compile: ...@@ -15,6 +15,7 @@ compile:
variables: variables:
GOPATH: $CI_PROJECT_DIR/.go GOPATH: $CI_PROJECT_DIR/.go
before_script: before_script:
- git fetch --tags
- apk add --no-cache git gcc g++ libseccomp-dev libseccomp-static - apk add --no-cache git gcc g++ libseccomp-dev libseccomp-static
- mkdir -p .go - mkdir -p .go
cache: cache:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment