test done

This commit is contained in:
Julius Unverfehrt 2022-04-21 14:35:49 +02:00
parent e7127e8af9
commit 9a1cd07c09

View File

@ -4,7 +4,6 @@ docker build -f Dockerfile_tests -t pyinfra-tests .
rnd=$(date +"%s")
name=pyinfra-tests-${rnd}
env | grep -i "AzUrE"
echo "running tests container"
docker run --rm --net=host --name $name -v $PWD:$PWD -w $PWD -v /var/run/docker.sock:/var/run/docker.sock pyinfra-tests