We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34273ff commit 138ae70Copy full SHA for 138ae70
ci/travis/build-autoscaler-images.sh
@@ -13,7 +13,7 @@ if [[ "$TRAVIS" == "true" && "$TRAVIS_PULL_REQUEST" == "false" ]]; then
13
14
docker build -q -t rayproject/base-deps docker/base-deps
15
16
- wheel="ray-0.9.0.dev0-cp36-cp36m-manylinux1_x86_64.whl"
+ wheel=$(cd $ROOT_DIR/.whl; ls | grep cp36m-manylinux)
17
commit_sha=$(echo $TRAVIS_COMMIT | head -c 6)
18
cp -r $ROOT_DIR/.whl $ROOT_DIR/docker/autoscaler/.whl
19
0 commit comments