mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-23 12:30:46 +01:00
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
Block a user