Commit 86316478 authored by Thong Kuah's avatar Thong Kuah

Vendor in Auto-DevOps.gitlab-ci.yml to resolve review apps not re-deployable

vendored from https://gitlab.com/gitlab-org/gitlab-ci-yml/merge_requests/188
parent b8856d66
---
title: 'Auto-DevOps.gitlab-ci.yml: fix redeploying deleted app gives helm error'
merge_request: 21429
author:
type: fixed
......@@ -825,7 +825,7 @@ rollout 100%:
fi
if [[ -n "$(helm ls -q "^$name$")" ]]; then
helm delete "$name"
helm delete --purge "$name"
fi
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment