Retry docker build

Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
Tilo Spannagel 2019-05-13 15:56:59 +02:00
parent 1012aa8527
commit 724da9567e
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"
)