mirror of
https://github.com/nextcloud/docker.git
synced 2025-01-31 17:38:25 +01:00
Fix bashbrew url
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
dfbb2f6511
commit
0b6a0991bf
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ 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
|
||||
- wget -O "$HOME/bin/bashbrew" https://doi-janky.infosiftr.net/job/bashbrew/job/master/lastSuccessfulBuild/artifact/bashbrew-amd64
|
||||
- chmod +x "$HOME/bin/bashbrew"
|
||||
script:
|
||||
- travis_retry ./generate-stackbrew-library.sh
|
||||
|
|
Loading…
Reference in a new issue