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