Skip to content

Commit

Permalink
Keep build-autoscaler-images.sh alive in CI (#9720)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertnishihara committed Jul 27, 2020
1 parent 9213a81 commit 5d89aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ deploy:

- provider: script
edge: true # This supposedly opts in to deploy v2.
script: bash $TRAVIS_BUILD_DIR/ci/travis/build-autoscaler-images.sh || true
script: ./ci/keep_alive bash $TRAVIS_BUILD_DIR/ci/travis/build-autoscaler-images.sh || true
skip_cleanup: true
on:
repo: ray-project/ray
Expand Down

0 comments on commit 5d89aed

Please sign in to comment.