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 cd6dfc7 commit 631176eCopy full SHA for 631176e
.travis.yml
@@ -22,10 +22,10 @@ before_script:
22
- image="$(awk '$1 == "FROM" { print $2; exit }' onbuild/Dockerfile)${VARIANT:+-$VARIANT}"
23
24
script:
25
- - docker build -t "$image" "${VARIANT:-.}"
+ - travis_retry docker build -t "$image" "${VARIANT:-.}"
26
- ~/official-images/test/run.sh "$image"
27
# the "onbuild" variant has to happen with the base variant because it's FROM it
28
- - true && [ "$VARIANT" ] || docker build -t "${image}-onbuild" onbuild
+ - true && [ "$VARIANT" ] || travis_retry docker build -t "${image}-onbuild" onbuild
29
30
after_script:
31
- docker images
0 commit comments