From 73d0ffa6ac908e2d364fb67becae9fbbf8ab20ba Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Mon, 11 Mar 2019 22:22:24 +0100 Subject: [PATCH] updatd travis.yml --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6ae68a27d..881b89eb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,9 +71,7 @@ after_success: rm dockerize-linux-amd64-v0.6.0.tar.gz; export GIT_SHA=$(git rev-parse --short HEAD); export GIT_TAG=$(git describe --tags $(git rev-list --tags --max-count=1)); - export VERSION=$(sentry-cli releases propose-version); - sentry-cli releases new -p lupo $VERSION - sentry-cli releases set-commits --auto $VERSION + sentry-cli releases new $GIT_SHA --project lupo git clone "https://${TRAVIS_SECURE_TOKEN}@github.com/datacite/mastino.git"; ./dockerize -template vendor/docker/_lupo.auto.tfvars.tmpl:mastino/stage/services/client-api/_lupo.auto.tfvars;