Merge pull request #199 from juj/fix-warning

Avoid a Docker warning on an unused build arg
This commit is contained in:
juj
2018-12-21 11:45:05 +02:00
committed by GitHub

View File

@@ -11,7 +11,7 @@ before_install:
script: script:
- set -o errexit - set -o errexit
- echo "running..." - echo "running..."
- docker build --build-arg TEST_TARGET="$TEST_TARGET" . - docker build .
notifications: notifications:
email: false email: false