Skip to content

Commit 6e2053c

Browse files
authored
Fix circle docker test tag name. (#688)
The default DOCKER_IMAGE_TAG setup fails when running in circle, override with the CIRCLE_TAG.
1 parent f84dd15 commit 6e2053c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
test:
3434
override:
3535
- docker run --rm -t -v "$(pwd):/app" "${DOCKER_TEST_IMAGE_NAME}" -i "${REPO_PATH}" -T
36-
- make test-docker
36+
- make test-docker DOCKER_IMAGE_TAG=$CIRCLE_TAG
3737

3838
deployment:
3939
hub_branch:

0 commit comments

Comments
 (0)