simplified copying of coverage.xml and removing of testcontainer
This commit is contained in:
parent
1fb24d67f1
commit
ebcee7ff2a
@ -8,6 +8,4 @@ name=pyinfra-tests-${rnd}
|
|||||||
|
|
||||||
echo "running tests container"
|
echo "running tests container"
|
||||||
|
|
||||||
docker run --net=host --name $name -v $PWD:$PWD -w $PWD -v /var/run/docker.sock:/var/run/docker.sock pyinfra-tests:dev
|
docker run --rm --net=host --name $name -v $PWD:$PWD -w $PWD -v /var/run/docker.sock:/var/run/docker.sock pyinfra-tests:dev
|
||||||
docker cp $name:/app/service/reports/coverage.xml reports/coverage.xml
|
|
||||||
docker rm $name
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user