Consistent paths across dockers

This commit is contained in:
Adrien Ferrand 2020-04-25 22:24:41 +02:00
parent 2a5c194da2
commit bf832785bd

View file

@ -38,4 +38,4 @@ python tools/pip_install.py --ignore-installed six -U tox
python -m tox
EOF
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v "${PWD}:/workspace" -v "${SCRIPT}:/script.sh" -e TOXENV -e ACME_SERVER -e PYTEST_ADDOPTS -w /workspace --network=host ubuntu:14.04 /script.sh
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v "${PWD}:${PWD}" -v "${SCRIPT}:/script.sh" -e TOXENV -e ACME_SERVER -e PYTEST_ADDOPTS -w "${PWD}" --network=host ubuntu:14.04 /script.sh