mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-20 04:43:53 +01:00
Merge pull request #747 from nextcloud/tilosp/travis-retry
Retry docker build
This commit is contained in:
commit
a1503cb4b0
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue