test
This commit is contained in:
parent
262957e33d
commit
e7127e8af9
@ -4,6 +4,7 @@ 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user