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.
2 parents 61713ff + 8658347 commit 3efefc1Copy full SHA for 3efefc1
.travis.yml
@@ -59,14 +59,14 @@ before_deploy:
59
60
# Deploy images and buckets according to the current context, create or update Kubenetes release with updated informations.
61
deploy:
62
- - provider: ci
+ - provider: script
63
script: bash ci/deploy.sh
64
skip_cleanup: true
65
on:
66
branch: ${DEPLOYMENT_BRANCH}
67
repo: ${REPOSITORY}
68
condition: "$MULTI_BRANCH == 0 && $TRAVIS_PULL_REQUEST == 'false' && $CURRENT_CI == 'travis'"
69
70
71
72
0 commit comments