Fix circle docker test tag name. (#688)

The default DOCKER_IMAGE_TAG setup fails when running in circle,
override with the CIRCLE_TAG.
This commit is contained in:
Ben Kochie 2017-10-06 12:33:03 +02:00 committed by GitHub
parent f84dd15be7
commit 6e2053c557

View File

@ -33,7 +33,7 @@ dependencies:
test:
override:
- docker run --rm -t -v "$(pwd):/app" "${DOCKER_TEST_IMAGE_NAME}" -i "${REPO_PATH}" -T
- make test-docker
- make test-docker DOCKER_IMAGE_TAG=$CIRCLE_TAG
deployment:
hub_branch: