.gitlab-ci.yml: use tar.gz in release binaries

This commit is contained in:
Adhityaa Chandrasekar 2019-02-23 16:18:36 -05:00
parent 1ccc95fae4
commit beb54035cf

View File

@ -50,8 +50,8 @@ aws-upload-tags:
- export PATH=$PATH:/go/bin
- cd /go/src/$CI_PROJECT_NAME
- make prod
- cd build/prod && tar -zcvf /commento-linux-amd64-$(git describe --tags).tgz .
- aws s3 cp /commento-linux-amd64-$(git describe --tags).tgz s3://commento-release/
- cd build/prod && tar -zcvf /commento-linux-amd64-$(git describe --tags).tar.gz .
- aws s3 cp /commento-linux-amd64-$(git describe --tags).tar.gz s3://commento-release/
build-docker:
stage: build-docker