Skip to content

Commit 2877ed3

Browse files
committed
fixed travis complains
1 parent 0d06b79 commit 2877ed3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

2322
script:
2423
- |
@@ -52,7 +51,7 @@ jobs:
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

@@ -62,7 +61,7 @@ jobs:
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

0 commit comments

Comments
 (0)