mirror of
https://github.com/docker-library/php.git
synced 2025-08-08 08:17:16 +00:00
Add "travis_retry" to our build to reduce transitory failures
Documentation is at https://docs.travis-ci.com/user/common-build-problems/#travis_retry See https://github.com/docker-library/memcached/pull/14 for the test PR for this pattern.
This commit is contained in:
@ -34,7 +34,7 @@ before_script:
|
||||
- image="${image//'/'/-}"
|
||||
|
||||
script:
|
||||
- docker build -t "$image" "${VARIANT:-.}"
|
||||
- travis_retry docker build -t "$image" "${VARIANT:-.}"
|
||||
- ~/official-images/test/run.sh "$image"
|
||||
|
||||
after_script:
|
||||
|
Reference in New Issue
Block a user