Skip to content

Commit 8658347

Browse files
committed
fix deploy stage
1 parent 61713ff commit 8658347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ before_deploy:
5959
6060
# Deploy images and buckets according to the current context, create or update Kubenetes release with updated informations.
6161
deploy:
62-
- provider: ci
62+
- provider: script
6363
script: bash ci/deploy.sh
6464
skip_cleanup: true
6565
on:
6666
branch: ${DEPLOYMENT_BRANCH}
6767
repo: ${REPOSITORY}
6868
condition: "$MULTI_BRANCH == 0 && $TRAVIS_PULL_REQUEST == 'false' && $CURRENT_CI == 'travis'"
69-
- provider: ci
69+
- provider: script
7070
script: bash ci/deploy.sh
7171
skip_cleanup: true
7272
on:

0 commit comments

Comments
 (0)