From beb54035cf9cbd2ba1ba90ca5ae79591209337e8 Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Sat, 23 Feb 2019 16:18:36 -0500 Subject: [PATCH] .gitlab-ci.yml: use tar.gz in release binaries --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ddf77cc..925ebbd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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