Skip to content

Commit

Permalink
Fix circle docker test tag name. (#688)
Browse files Browse the repository at this point in the history
The default DOCKER_IMAGE_TAG setup fails when running in circle,
override with the CIRCLE_TAG.
  • Loading branch information
SuperQ authored Oct 6, 2017
1 parent f84dd15 commit 6e2053c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6e2053c

Please sign in to comment.