From 5d89aedd408123231f87740468a5c255a2248a6e Mon Sep 17 00:00:00 2001 From: Robert Nishihara Date: Mon, 27 Jul 2020 10:43:14 -0700 Subject: [PATCH] Keep build-autoscaler-images.sh alive in CI (#9720) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9a68bc3d6..674c36ebf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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