Skip to content

Commit

Permalink
Skip cloud deploy on tagged releases.
Browse files Browse the repository at this point in the history
  • Loading branch information
newswangerd committed Apr 2, 2020
1 parent e0a9e81 commit 86d8a0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
include:
- stage: Deploy cloud.redhat.com
script: npm run deploy && curl -sSL https://raw.githubusercontent.com/RedHatInsights/insights-frontend-builder-common/master/src/bootstrap.sh | bash -s
if: tag IS blank
- stage: Standalone release
if: tag IS NOT blank
before_deploy:
Expand Down

0 comments on commit 86d8a0e

Please sign in to comment.