Remove alpine edge from gitlab CI build as well

This commit is contained in:
Tulir Asokan 2020-10-19 02:17:51 +03:00
parent 22023404bc
commit 1af8260ddc

View file

@ -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'`'"