We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b6cd29 commit 4a5f750Copy full SHA for 4a5f750
.travis.yml
@@ -55,8 +55,8 @@ before_script:
55
56
# Run the build and packaging steps with cache
57
script:
58
- - $TRAVIS_BUILD_DIR/docker-compose.sh pull
59
- # - $TRAVIS_BUILD_DIR/docker-compose.sh cache
+ # Try to pull the image from docker or build it (if the rate limit was hit)
+ - $TRAVIS_BUILD_DIR/docker-compose.sh pull || $TRAVIS_BUILD_DIR/docker-compose.sh cache
60
- $TRAVIS_BUILD_DIR/docker-compose.sh pack
61
62
# Custom script for deploying to GitHub the artifacts
0 commit comments