Skip to content
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.

Commit

Permalink
Fix engine snapshot deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival committed Dec 6, 2022
1 parent ab522a0 commit 7b49e18
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 @@ -13,7 +13,7 @@ script:
before_cache:
- rm -rf $HOME/.m2/repository/org/opencds/cqf/cql
after_success:
- test ($TRAVIS_BRANCH = "master" || $TRAVIS_BRANCH = "v15") && test $TRAVIS_PULL_REQUEST = "false" && ./scripts/deploy.sh
- test $TRAVIS_BRANCH = "master" && test $TRAVIS_PULL_REQUEST = "false" && ./scripts/deploy.sh
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 7b49e18

Please sign in to comment.