We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac37bc commit 7a34738Copy full SHA for 7a34738
.travis.yml
@@ -88,7 +88,7 @@ deploy:
88
skip_cleanup: true
89
on:
90
#branch: master
91
- condition: $TRAVIS_BRANCH == master || $TRAVIS_BRANCH == $TRAVIS_TAG
+ condition: $TRAVIS_BRANCH == master || $TRAVIS_BRANCH == v6.0
92
local_dir: $GOPATH/src/github.com/TIBCOSoftware/mashling-cicd/sample-recipes/master-builds
93
upload-dir: master-builds
94
## - provider: s3
0 commit comments