We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d27bb commit 9af3232Copy full SHA for 9af3232
capz/run-capz-e2e.sh
@@ -104,6 +104,11 @@ run_capz_e2e_cleanup() {
104
log "cleaning up"
105
106
capz::ci-build-azure-ccm::cleanup || true
107
+ if declare -f capz::ci-build-azure-ccm::cleanup > /dev/null 2>&1; then
108
+ capz::ci-build-azure-ccm::cleanup || true
109
+ else
110
+ log "warning: capz::ci-build-azure-ccm::cleanup not found, skipping"
111
+ fi
112
113
if [[ "$(capz::util::should_build_kubernetes)" == "true" ]]; then
114
capz::ci-build-kubernetes::cleanup || true
0 commit comments