Skip to content
Snippets Groups Projects
Verified Commit 76b0e294 authored by David Hoese's avatar David Hoese
Browse files

Fix cleanup error in ci tests

parent e0b2c444
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ check_and_uninstall() { ...@@ -18,7 +18,7 @@ check_and_uninstall() {
return return
fi fi
debug "Uninstalling ${release_name}" debug "Uninstalling ${release_name}"
helm uninstall -n "${ns}" "${release_name}" | error "Could not uninstall chart $release_name" helm uninstall -n "${ns}" "${release_name}" || error "Could not uninstall chart $release_name"
} }
ns=$(./helpers/get_namespace.sh) ns=$(./helpers/get_namespace.sh)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment