2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2024-05-26 19:46:57 +02:00

Merge pull request #42 from nupplaphil/autobuild_followup

Forgot bashbrew binary
This commit is contained in:
Philipp 2018-12-13 22:30:32 +01:00 committed by GitHub
commit c09085ed82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -89,6 +89,9 @@ jobs:
- stage: deploy
env: SCRIPT=build_and_push.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: skip
deploy:
provider: script