Remove alpine edge from gitlab CI build as well
This commit is contained in:
parent
22023404bc
commit
1af8260ddc
@ -10,8 +10,7 @@ stages:
|
||||
paths:
|
||||
- .cache
|
||||
before_script:
|
||||
- echo "@edge_community http://dl-cdn.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories
|
||||
- apk add build-base olm-dev@edge_community
|
||||
- apk add build-base olm-dev
|
||||
- mkdir -p .cache
|
||||
- export GOPATH="$CI_PROJECT_DIR/.cache"
|
||||
- export GO_LDFLAGS="-X main.Tag=$CI_COMMIT_TAG -X main.Commit=$CI_COMMIT_SHA -X 'main.BuildTime=`date '+%b %_d %Y, %H:%M:%S'`'"
|
||||
|
Loading…
Reference in New Issue
Block a user