mirror of
https://github.com/friendica/docker
synced 2025-04-20 22:03:35 +02:00
Merge pull request #42 from nupplaphil/autobuild_followup
Forgot bashbrew binary
This commit is contained in:
commit
c09085ed82
1 changed files with 3 additions and 0 deletions
|
@ -89,6 +89,9 @@ jobs:
|
||||||
|
|
||||||
- stage: deploy
|
- stage: deploy
|
||||||
env: SCRIPT=build_and_push.sh
|
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
|
script: skip
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
provider: script
|
||||||
|
|
Loading…
Add table
Reference in a new issue