1
0
Эх сурвалжийг харах

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

Add image affinity to test script
Aanand Prasad 10 жил өмнө
parent
commit
4c2112dbfd
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      script/test

+ 1 - 0
script/test

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