Skip to content

Commit 008e4c9

Browse files
committed
dont fail on clean up dir
1 parent ea1c273 commit 008e4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: hack/jenkins/common.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ cleanup_stale_routes || true
254254

255255
${SUDO_PREFIX} rm -Rf "${MINIKUBE_HOME}" || true
256256
${SUDO_PREFIX} rm -f "${KUBECONFIG}" || true
257-
rmdir "${TEST_HOME}"
257+
${SUDO_PREFIX} rmdir "${TEST_HOME}" || true
258258
echo ">> ${TEST_HOME} completed at $(date)"
259259

260260
if [[ "${MINIKUBE_LOCATION}" != "master" ]]; then

0 commit comments

Comments
 (0)