From 3ba169815d7e1797fd03bd66f2d1c79408680a48 Mon Sep 17 00:00:00 2001 From: Hordur Freyr Yngvason Date: Fri, 19 Jun 2020 18:00:25 -0400 Subject: [PATCH] Doesn't seem like deleting charts is required --- .gitlab/ci/test.gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml index 8637054..3353472 100644 --- a/.gitlab/ci/test.gitlab-ci.yml +++ b/.gitlab/ci/test.gitlab-ci.yml @@ -342,9 +342,6 @@ test-deploy-deletes-old-postgres-if-opt-in: # make sure old postgres deployment exists - auto-deploy deploy - ./test/verify-deployment-database production production-postgres - # clean up charts/ folder because of https://github.com/helm/helm/issues/7770 - - rm -rf chart/charts/ - - auto-deploy download_chart # test that the deploy job succeeds - export POSTGRES_VERSION='9.6.16' - export AUTO_DEVOPS_POSTGRES_CHANNEL=2 -- GitLab