Merge pull request #747 from nextcloud/tilosp/travis-retry

Retry docker build
pull/751/head
Tilo Spannagel 7 years ago committed by GitHub
commit a1503cb4b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ script:
(
set -Eeuo pipefail
set -x
docker build -t "$image" "${VERSION}/${VARIANT}"
travis_retry docker build -t "$image" "${VERSION}/${VARIANT}"
~/official-images/test/run.sh "$image"
.travis/test-example-dockerfiles.sh "$image"
)

Loading…
Cancel
Save