mirror of
https://github.com/friendica/docker
synced 2025-01-16 19:50:11 +01:00
Forgot bashbrew binary
This commit is contained in:
parent
842226a4e4
commit
c5346ca4fd
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue