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

Retry docker build
This commit is contained in:
Tilo Spannagel 2019-05-13 20:06:22 +02:00 committed by GitHub
commit a1503cb4b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)