Skip to content

Commit

Permalink
Deploy album-recommendation-java in scheduled job
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorncs committed Jan 3, 2020
1 parent 87f2280 commit eabfe5e
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 @@ -17,6 +17,6 @@ jobs:
- stage: compile-and-test
script: ./travis/compile-and-test-docker.sh
- stage: deploy-album-recommendation
if: branch = master AND type = push
if: branch = master AND type IN (push,cron)
script: ./travis/deploy-album-recommendation-java-docker.sh

0 comments on commit eabfe5e

Please sign in to comment.