Skip to content

Commit 138ae70

Browse files
committed
Find cp36 wheel regardless of the version tag
1 parent 34273ff commit 138ae70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/travis/build-autoscaler-images.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [[ "$TRAVIS" == "true" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then
1313

1414
docker build -q -t rayproject/base-deps docker/base-deps
1515

16-
wheel="ray-0.9.0.dev0-cp36-cp36m-manylinux1_x86_64.whl"
16+
wheel=$(cd $ROOT_DIR/.whl; ls | grep cp36m-manylinux)
1717
commit_sha=$(echo $TRAVIS_COMMIT | head -c 6)
1818
cp -r $ROOT_DIR/.whl $ROOT_DIR/docker/autoscaler/.whl
1919

0 commit comments

Comments
 (0)