mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-18 02:56:42 +01:00
Add bashbrew to Travis
This commit is contained in:
parent
cca560535d
commit
2e2b6bebd4
1 changed files with 3 additions and 2 deletions
|
@ -11,6 +11,8 @@ branches:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- git clone https://github.com/docker-library/official-images.git ~/official-images
|
- git clone https://github.com/docker-library/official-images.git ~/official-images
|
||||||
|
- wget https://doi-janky.infosiftr.net/job/bashbrew/lastSuccessfulBuild/artifact/bin/bashbrew-amd64
|
||||||
|
- export PATH=$PATH:$PWD
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- env | sort
|
- env | sort
|
||||||
|
@ -43,8 +45,7 @@ jobs:
|
||||||
- <<: *test-scripts
|
- <<: *test-scripts
|
||||||
env: SCRIPT=generate-stackbrew-library.sh
|
env: SCRIPT=generate-stackbrew-library.sh
|
||||||
script:
|
script:
|
||||||
# Only syntax check due bashbrew dependency
|
- ./generate-stackbrew-library.sh
|
||||||
- bash -n generate-stackbrew-library.sh
|
|
||||||
|
|
||||||
- stage: test images
|
- stage: test images
|
||||||
env: VERSION=11.0 VARIANT=fpm-alpine ARCH=amd64
|
env: VERSION=11.0 VARIANT=fpm-alpine ARCH=amd64
|
||||||
|
|
Loading…
Reference in a new issue