[docker push fix] (#10375)

This commit is contained in:
Ian Rodney
2020-08-27 17:07:48 -07:00
committed by GitHub
parent f35339b5ff
commit 465d4c50b6
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -434,7 +434,7 @@ deploy:
- provider: script
edge: true # This supposedly opts in to deploy v2.
script: . $TRAVIS_BUILD_DIR/ci/travis/build-docker-images.sh
script: bash build_docker_images.sh
skip_cleanup: true
on:
repo: ray-project/ray
+2
View File
@@ -62,6 +62,8 @@ if [[ "$TRAVIS" == "true" ]]; then
if [[ "$TRAVIS_PULL_REQUEST" == "false" ]]; then
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
echo "Docker affected:$RAY_CI_DOCKER_AFFECTED"
echo "Python dependencies affected:$RAY_CI_PYTHON_DEPENDENCIES_AFFECTED"
else
if [[ "$RAY_CI_DOCKER_AFFECTED" == "0" ]]; then
echo "Skipping docker build in PR build because dockerfile didn't change."