mirror of
https://github.com/nextcloud/docker.git
synced 2025-02-01 01: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
|
- <<: *test-scripts
|
||||||
env: SCRIPT=generate-stackbrew-library.sh
|
env: SCRIPT=generate-stackbrew-library.sh
|
||||||
install:
|
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"
|
- chmod +x "$HOME/bin/bashbrew"
|
||||||
script:
|
script:
|
||||||
- travis_retry ./generate-stackbrew-library.sh
|
- travis_retry ./generate-stackbrew-library.sh
|
||||||
|
|
Loading…
Reference in a new issue