Skip to content
Snippets Groups Projects
Commit 6e2053c5 authored by Ben Kochie's avatar Ben Kochie Committed by GitHub
Browse files

Fix circle docker test tag name. (#688)

The default DOCKER_IMAGE_TAG setup fails when running in circle,
override with the CIRCLE_TAG.
parent f84dd15b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment