Skip to content

Commit

Permalink
ci: Skip cleanup for sentry notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
schw4rzlicht committed Jun 16, 2020
1 parent f75dc42 commit 2c3145d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
if: tag IS present
deploy:
provider: script
skip_cleanup: false
skip_cleanup: true
script: |
curl -sL https://sentry.io/get-cli/ | bash
export SENTRY_RELEASE=$TRAVIS_TAG
Expand Down

0 comments on commit 2c3145d

Please sign in to comment.