Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorThong Kuah <tkuah@gitlab.com>2018-08-30 14:31:54 +0300
committerThong Kuah <tkuah@gitlab.com>2018-08-30 14:35:39 +0300
commit86316478fe4f394aa5e32416a6161b690207be30 (patch)
treea5b4a1114ad40a0c6c706b8ce8ada33378117945 /vendor
parentb8856d662942f54d7353e69505be08deb9b1d575 (diff)
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
Diffstat (limited to 'vendor')
-rw-r--r--vendor/gitlab-ci-yml/Auto-DevOps.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/gitlab-ci-yml/Auto-DevOps.gitlab-ci.yml b/vendor/gitlab-ci-yml/Auto-DevOps.gitlab-ci.yml
index ffcf5648075..893ab9efa2a 100644
--- a/vendor/gitlab-ci-yml/Auto-DevOps.gitlab-ci.yml
+++ b/vendor/gitlab-ci-yml/Auto-DevOps.gitlab-ci.yml
@@ -825,7 +825,7 @@ rollout 100%:
fi
if [[ -n "$(helm ls -q "^$name$")" ]]; then
- helm delete "$name"
+ helm delete --purge "$name"
fi
}