Skip to content

Commit 2f1b4f7

Browse files
committed
edit to travis deploy
1 parent cacab7f commit 2f1b4f7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ script:
1313

1414
# Improvement: move logic out of docker_push.sh into .travis.yml
1515
deploy:
16-
provider: script
17-
script: bash docker_push.sh
18-
skip_cleanup: true
19-
# on:
20-
# all_branches: true
16+
- provider: script
17+
script: bash docker_push.sh
18+
skip_cleanup: true
19+
on:
20+
all_branches: true
2121
# tags: true / false => has precendence over the branch condition
2222
# condition: "foo == bar && baz==bat"
2323
# repo: simplesteph/kafka-security-manager

0 commit comments

Comments
 (0)