diff --git a/.gitlab/ci/test-helm-2to3.gitlab-ci.yml b/.gitlab/ci/test-helm-2to3.gitlab-ci.yml index 426efd580c2ff97c80ed161be1ce278604ded827..e07ead9819673b26409da44f55f15187efdedb55 100644 --- a/.gitlab/ci/test-helm-2to3.gitlab-ci.yml +++ b/.gitlab/ci/test-helm-2to3.gitlab-ci.yml @@ -53,7 +53,7 @@ test-helm-2to3: - helm2 list - helm3 list - yes | helm3 2to3 cleanup --release-storage configmaps --tiller-out-cluster --tiller-ns "$KUBE_NAMESPACE" - - helm2 list + - helm2 list || echo 'helm2 failed to run' - export AUTO_DEVOPS_HELM_MAJOR_VERSION=3 - auto-deploy download_chart - auto-deploy deploy