mirror of
https://github.com/nextcloud/docker.git
synced 2025-02-03 18:18:26 +01:00
Add travis_retry to script tests
This commit is contained in:
parent
a1503cb4b0
commit
05073351c4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue