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 4d56460 commit 4e32e05Copy full SHA for 4e32e05
.travis.yml
@@ -16,10 +16,10 @@ before_script:
16
- image="$(awk '$1 == "FROM" { print $2; exit }' onbuild/Dockerfile)${VARIANT:+-$VARIANT}"
17
18
script:
19
- - docker build -t "$image" "${VARIANT:-.}"
+ - travis_retry docker build -t "$image" "${VARIANT:-.}"
20
- ~/official-images/test/run.sh "$image"
21
# the "onbuild" variant has to happen with the base variant because it's FROM it
22
- - true && [ "$VARIANT" ] || docker build -t "${image}-onbuild" onbuild
+ - true && [ "$VARIANT" ] || travis_retry docker build -t "${image}-onbuild" onbuild
23
24
after_script:
25
- docker images
0 commit comments