mirror of
https://github.com/cusspvz/openwrt-builder.docker
synced 2025-07-11 16:38:35 +00:00
travis: use bash directly with the images builder script
This commit is contained in:
parent
09f2b7e581
commit
7c3d9ad3de
@ -8,7 +8,7 @@ env:
|
|||||||
|
|
||||||
script:
|
script:
|
||||||
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
|
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
|
||||||
- travis_wait 30 ./docker-images-builder.sh
|
- travis_wait 30 bash ./docker-images-builder.sh
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user