File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ before_script:
1818 - wget -qO- 'https://github.com/tianon/pgp-happy-eyeballs/raw/master/hack-my-builds.sh' | bash
1919 - image="nextcloud:${VERSION}${VARIANT:+-$VARIANT}"
2020 - if [[ "$ARCH" == 'i386' ]]; then sed -i -e 's/FROM php/FROM i386\/php/g' "${VERSION}/${VARIANT}/Dockerfile"; fi
21- - chmod +x update.sh generate-stackbrew-library.sh
2221
2322script :
2423 - |
5251 before_script : skip
5352 script :
5453 - hash_before=$(git write-tree)
55- - travis_retry ./update.sh
54+ - travis_retry chmod +x ./update.sh && ./update.sh
5655 - bash -c "[[ $hash_before = $(git add -A && git write-tree) ]]"
5756 after_script : skip
5857
6261 - wget -O "$HOME/bin/bashbrew" https://doi-janky.infosiftr.net/job/bashbrew/lastSuccessfulBuild/artifact/bin/bashbrew-amd64
6362 - chmod +x "$HOME/bin/bashbrew"
6463 script :
65- - travis_retry ./generate-stackbrew-library.sh
64+ - travis_retry chmod +x ./generate-stackbrew-library.sh && ./generate-stackbrew-library.sh
6665
6766 - stage : test images
6867 env : VERSION=15.0 VARIANT=fpm-alpine ARCH=amd64
You can’t perform that action at this time.
0 commit comments