Fix bashbrew

This commit is contained in:
Tilo Spannagel 2018-02-23 18:52:15 +01:00
parent ca29fd57aa
commit 1bcd0f4e00
No known key found for this signature in database
GPG Key ID: B89F1626A58E1429

View File

@ -13,8 +13,6 @@ install:
- git clone https://github.com/docker-library/official-images.git ~/official-images
before_script:
- wget https://doi-janky.infosiftr.net/job/bashbrew/lastSuccessfulBuild/artifact/bin/bashbrew-amd64 && ln -s bashbrew-amd64 bashbrew
- export PATH=$PATH:$PWD
- env | sort
- image="nextcloud:${VERSION}${VARIANT:+-$VARIANT}"
- if [[ "$ARCH" == 'i386' ]]; then sed -i -e 's/FROM php/FROM i386\/php/g' "${VERSION}/${VARIANT}/Dockerfile"; fi
@ -44,6 +42,9 @@ jobs:
- <<: *test-scripts
env: SCRIPT=generate-stackbrew-library.sh
install:
- 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