mirror of
https://github.com/docker-library/php.git
synced 2025-08-12 02:36:20 +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//'/'/-}"
|
- image="${image//'/'/-}"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- docker build -t "$image" "${VARIANT:-.}"
|
- travis_retry docker build -t "$image" "${VARIANT:-.}"
|
||||||
- ~/official-images/test/run.sh "$image"
|
- ~/official-images/test/run.sh "$image"
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
|
Reference in New Issue
Block a user