[CONSUL-461] Test wipe volumes without extra cont (#66)

pull/15235/head
Jose Ignacio Lorenzo 2 years ago committed by Jose Ignacio Lorenzo
parent febc36244f
commit ca3c60847d

@ -441,11 +441,7 @@ function global_setup {
}
function wipe_volumes {
docker.exe run --rm -i \
$WORKDIR_SNIPPET \
--net=none \
"${HASHICORP_DOCKER_PROXY}/windows/nanoserver" \
cmd rd /s /q "C:\\workdir"
docker.exe exec -w "C:\workdir" envoy_workdir_1 cmd /c "rd /s /q . 2>nul"
}
# Windows containers does not allow cp command while running.

Loading…
Cancel
Save