From 6e6d9b671754d7646c720ef8a2a590a2ebd8b772 Mon Sep 17 00:00:00 2001 From: Hordur Freyr Yngvason Date: Fri, 3 Jul 2020 22:22:21 -0400 Subject: [PATCH] Maybe the helm2 command is failing? --- .gitlab/ci/test-helm-2to3.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/test-helm-2to3.gitlab-ci.yml b/.gitlab/ci/test-helm-2to3.gitlab-ci.yml index 426efd5..e07ead9 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 -- GitLab