mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-18 02:56:42 +01:00
Retry docker build
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
1012aa8527
commit
724da9567e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ script:
|
||||||
(
|
(
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
set -x
|
set -x
|
||||||
docker build -t "$image" "${VERSION}/${VARIANT}"
|
travis_retry docker build -t "$image" "${VERSION}/${VARIANT}"
|
||||||
~/official-images/test/run.sh "$image"
|
~/official-images/test/run.sh "$image"
|
||||||
.travis/test-example-dockerfiles.sh "$image"
|
.travis/test-example-dockerfiles.sh "$image"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue