From 6f8708f490e89645f4c757383338947731fdd4fd Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Mon, 11 Mar 2019 22:44:47 +0100 Subject: [PATCH] associate commit with sentry. #214 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 881b89eb3..a45fa9b11 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,7 +72,7 @@ after_success: export GIT_SHA=$(git rev-parse --short HEAD); export GIT_TAG=$(git describe --tags $(git rev-list --tags --max-count=1)); sentry-cli releases new $GIT_SHA --project lupo - + sentry-cli releases set-commits --auto $GIT_SHA 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;