Explorar o código

Merge pull request #1482 from bfirsh/add-build-and-dist-to-dockerignore

Make it possible to run tests remotely
Aanand Prasad %!s(int64=10) %!d(string=hai) anos
pai
achega
c8e096e089
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 2 0
      .dockerignore
  2. 0 1
      script/test

+ 2 - 0
.dockerignore

@@ -1,2 +1,4 @@
 .git
+build
+dist
 venv

+ 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" \