1
0
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:
José Moreira 2018-09-17 13:40:43 +01:00
parent 09f2b7e581
commit 7c3d9ad3de

View File

@ -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: