[Docker] Fix building images (#10393)

This commit is contained in:
Ian Rodney
2020-08-28 10:41:02 -07:00
committed by GitHub
parent eb66db3199
commit d76d4822bd
+1 -1
View File
@@ -496,7 +496,7 @@ deploy:
- provider: script
edge: true # This supposedly opts in to deploy v2.
script: bash build_docker_images.sh
script: bash $TRAVIS_BUILD_DIR/ci/build_docker_images.sh
skip_cleanup: true
on:
repo: ray-project/ray