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

Make it possible to run tests remotely
This commit is contained in:
Aanand Prasad 2015-05-29 17:12:57 +01:00
commit c8e096e089
2 changed files with 2 additions and 1 deletions

View File

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

View File

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