Keep build-autoscaler-images.sh alive in CI (#9720)

This commit is contained in:
Robert Nishihara
2020-07-27 10:43:14 -07:00
committed by GitHub
parent 9213a81734
commit 5d89aedd40
+1 -1
View File
@@ -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