Skip to content

Commit

Permalink
Move Docker ahead in LINUX_WHEELS deploy steps (ray-project#10475)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-mo authored Sep 1, 2020
1 parent c644650 commit d80e08c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,15 @@ deploy:
repo: ray-project/ray
condition: $LINUX_WHEELS = 1 || $MAC_WHEELS = 1

- provider: script
edge: true # This supposedly opts in to deploy v2.
script: ./ci/keep_alive bash $TRAVIS_BUILD_DIR/ci/travis/build_docker_images.sh
skip_cleanup: true
on:
repo: ray-project/ray
all_branches: true
condition: $LINUX_WHEELS = 1

# Upload jars so that we can debug locally for every commit
- provider: s3
edge: true # This supposedly opts in to deploy v2.
Expand Down Expand Up @@ -494,11 +503,3 @@ deploy:
branch: master
condition: $MULTIPLATFORM_JARS = 1 || $MAC_JARS = 1

- provider: script
edge: true # This supposedly opts in to deploy v2.
script: ./ci/keep_alive bash $TRAVIS_BUILD_DIR/ci/travis/build_docker_images.sh
skip_cleanup: true
on:
repo: ray-project/ray
all_branches: true
condition: $LINUX_WHEELS = 1

0 comments on commit d80e08c

Please sign in to comment.