Add travis_retry to script tests

This commit is contained in:
Tilo Spannagel 2019-05-13 20:15:28 +02:00 committed by GitHub
parent a1503cb4b0
commit 05073351c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ jobs:
before_script: skip
script:
- hash_before=$(git write-tree)
- ./update.sh
- travis_retry ./update.sh
- bash -c "[[ $hash_before = $(git add -A && git write-tree) ]]"
after_script: skip
@ -47,7 +47,7 @@ jobs:
- wget -O "$HOME/bin/bashbrew" https://doi-janky.infosiftr.net/job/bashbrew/lastSuccessfulBuild/artifact/bin/bashbrew-amd64
- chmod +x "$HOME/bin/bashbrew"
script:
- ./generate-stackbrew-library.sh
- travis_retry ./generate-stackbrew-library.sh
- stage: test images
env: VERSION=14.0-rc VARIANT=fpm-alpine ARCH=amd64