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 488bea0 commit c0725b0Copy full SHA for c0725b0
.travis.yml
@@ -30,10 +30,10 @@ before_script:
30
- image="$(awk '$1 == "FROM" { print $2; exit }' onbuild/Dockerfile)${VARIANT:+-$VARIANT}"
31
32
script:
33
- - docker build -t "$image" "${VARIANT:-.}"
+ - travis_retry docker build -t "$image" "${VARIANT:-.}"
34
- ~/official-images/test/run.sh "$image"
35
# the "onbuild" variant has to happen with the base variant because it's FROM it
36
- - true && [ "$VARIANT" ] || docker build -t "${image}-onbuild" onbuild
+ - true && [ "$VARIANT" ] || travis_retry docker build -t "${image}-onbuild" onbuild
37
38
after_script:
39
- docker images
0 commit comments