Merge pull request #1539 from bfirsh/add-image-affinity-to-test

Add image affinity to test script
This commit is contained in:
Aanand Prasad 2015-06-12 11:56:02 -04:00
commit 4c2112dbfd
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ docker run \
--volume="/var/run/docker.sock:/var/run/docker.sock" \ --volume="/var/run/docker.sock:/var/run/docker.sock" \
-e DOCKER_VERSIONS \ -e DOCKER_VERSIONS \
-e "TAG=$TAG" \ -e "TAG=$TAG" \
-e "affinity:image==$TAG" \
--entrypoint="script/test-versions" \ --entrypoint="script/test-versions" \
"$TAG" \ "$TAG" \
"$@" "$@"