Fix arg name mismatch

This commit is contained in:
Peter Parente
2018-03-25 16:57:06 -04:00
parent 3687dd3387
commit e29efb73dc

View File

@@ -7,4 +7,4 @@ services:
install:
- make test-reqs
script:
- make build-test-all DARGS="--build-arg BUILD_TEST_ONLY=1"
- make build-test-all DARGS="--build-arg TEST_ONLY_BUILD=1"