Skip to content

Commit

Permalink
finish bash commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Mar 12, 2019
1 parent cc793ee commit d2f90be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,11 @@ after_success:
fi

if [ "${TRAVIS_TAG?}" ]; then
sentry-cli releases new lupo:${GIT_TAG} --finalize --project lupo
sentry-cli releases deploys lupo:${GIT_TAG} new -e production
sentry-cli releases new lupo:${GIT_TAG} --finalize --project lupo;
sentry-cli releases deploys lupo:${GIT_TAG} new -e production;
fi

sentry-cli releases set-commits --auto lupo:${GIT_TAG}
sentry-cli releases set-commits --auto lupo:${GIT_TAG};
fi

notifications:
Expand Down

0 comments on commit d2f90be

Please sign in to comment.