1
0
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:
José Moreira 2018-09-17 12:19:29 +01:00
parent 7fbf83a27e
commit 09f2b7e581

View File

@ -3,9 +3,12 @@ sudo: required
services: services:
- docker - docker
env:
- DEBUG=1
script: script:
- docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD" - 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: branches:
only: only: