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

Fetch git tags upon build

parent 215342c0
No related branches found
No related tags found
No related merge requests found
Pipeline #28762 passed
...@@ -15,8 +15,8 @@ compile: ...@@ -15,8 +15,8 @@ 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
- git fetch --tags
- mkdir -p .go - mkdir -p .go
cache: cache:
paths: paths:
......
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