Update .gitlab-ci.yml

This commit is contained in:
carbotaniuman 2020-07-04 23:54:36 +00:00
parent 2907cda312
commit 5f005e61e9

View file

@ -16,8 +16,6 @@ build:
publish:
image: alpine
stage: publish
only:
- tags
before_script:
- apk update && apk add git zip
- export VERSION=`git describe --tags --dirty`