add back clean up
parent
9e5beb4e37
commit
00d3c6d7ac
|
@ -139,6 +139,9 @@ for entry in $(ls ${TEST_ROOT}); do
|
||||||
sudo rm -f "${kconfig}"
|
sudo rm -f "${kconfig}"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
## ultimate shotgun clean up docker after we tried all
|
||||||
|
docker rm -f -v $(docker ps -aq) >/dev/null 2>&1 || true
|
||||||
|
|
||||||
# Be very specific to avoid accidentally deleting other items, like wildcards or devices
|
# Be very specific to avoid accidentally deleting other items, like wildcards or devices
|
||||||
if [[ -d "${test_path}" ]]; then
|
if [[ -d "${test_path}" ]]; then
|
||||||
rm -Rf "${test_path}" || true
|
rm -Rf "${test_path}" || true
|
||||||
|
|
Loading…
Reference in New Issue