From 138ae70e6c827b500824c0416e598d6fa54d242b Mon Sep 17 00:00:00 2001 From: simon-mo Date: Mon, 23 Mar 2020 22:45:11 -0700 Subject: [PATCH] Find cp36 wheel regardless of the version tag --- ci/travis/build-autoscaler-images.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/travis/build-autoscaler-images.sh b/ci/travis/build-autoscaler-images.sh index 356f71cce..e980a2e0c 100755 --- a/ci/travis/build-autoscaler-images.sh +++ b/ci/travis/build-autoscaler-images.sh @@ -13,7 +13,7 @@ if [[ "$TRAVIS" == "true" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then docker build -q -t rayproject/base-deps docker/base-deps - wheel="ray-0.9.0.dev0-cp36-cp36m-manylinux1_x86_64.whl" + wheel=$(cd $ROOT_DIR/.whl; ls | grep cp36m-manylinux) commit_sha=$(echo $TRAVIS_COMMIT | head -c 6) cp -r $ROOT_DIR/.whl $ROOT_DIR/docker/autoscaler/.whl