test done
This commit is contained in:
parent
e7127e8af9
commit
9a1cd07c09
@ -4,7 +4,6 @@ docker build -f Dockerfile_tests -t pyinfra-tests .
|
|||||||
rnd=$(date +"%s")
|
rnd=$(date +"%s")
|
||||||
name=pyinfra-tests-${rnd}
|
name=pyinfra-tests-${rnd}
|
||||||
|
|
||||||
env | grep -i "AzUrE"
|
|
||||||
echo "running tests container"
|
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
|
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