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:
parent
f84dd15be7
commit
6e2053c557
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue