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 738fcd0 commit 781d1cfCopy full SHA for 781d1cf
.travis.yml
@@ -34,7 +34,7 @@ before_script:
34
- image="${image//'/'/-}"
35
36
script:
37
- - docker build -t "$image" "${VARIANT:-.}"
+ - travis_retry docker build -t "$image" "${VARIANT:-.}"
38
- ~/official-images/test/run.sh "$image"
39
40
after_script:
0 commit comments