Explorar o código

Don't mount code in a volume when running tests

An image is built anyway, so this is unnecessary. This makes it
possible to run the tests on a remote Docker daemon.

Signed-off-by: Ben Firshman <[email protected]>
Ben Firshman %!s(int64=10) %!d(string=hai) anos
pai
achega
a6bd1d22a0
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      script/test

+ 0 - 1
script/test

@@ -9,7 +9,6 @@ docker build -t "$TAG" .
 docker run \
   --rm \
   --volume="/var/run/docker.sock:/var/run/docker.sock" \
-  --volume="$(pwd):/code" \
   -e DOCKER_VERSIONS \
   -e "TAG=$TAG" \
   --entrypoint="script/test-versions" \