We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cacab7f commit 2f1b4f7Copy full SHA for 2f1b4f7
.travis.yml
@@ -13,11 +13,11 @@ script:
13
14
# Improvement: move logic out of docker_push.sh into .travis.yml
15
deploy:
16
- provider: script
17
- script: bash docker_push.sh
18
- skip_cleanup: true
19
-# on:
20
-# all_branches: true
+ - provider: script
+ script: bash docker_push.sh
+ skip_cleanup: true
+ on:
+ all_branches: true
21
# tags: true / false => has precendence over the branch condition
22
# condition: "foo == bar && baz==bat"
23
# repo: simplesteph/kafka-security-manager
0 commit comments