mirror of
https://github.com/cusspvz/openwrt-builder.docker
synced 2025-07-11 08:28:35 +00:00
travis: place the DEBUG env aside from the command
This commit is contained in:
parent
7fbf83a27e
commit
09f2b7e581
@ -3,9 +3,12 @@ sudo: required
|
||||
services:
|
||||
- docker
|
||||
|
||||
env:
|
||||
- DEBUG=1
|
||||
|
||||
script:
|
||||
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
|
||||
- travis_wait 30 DEBUG=1 ./docker-images-builder.sh
|
||||
- travis_wait 30 ./docker-images-builder.sh
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
Loading…
x
Reference in New Issue
Block a user