From db2c3cb70bb815e2f358c8ad5aa0ddbdbb8273b2 Mon Sep 17 00:00:00 2001 From: Alexander Olofsson Date: Mon, 10 Aug 2020 10:25:29 +0200 Subject: [PATCH] Fix CI for Helm 3 --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6583569..f08503c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,6 @@ pages: script: - mkdir -p public - "echo \"User-Agent: *\nDisallow: /\" > ./public/robots.txt" - - helm init - (cd public; helm package ../charts/*) - helm repo index public --url ${CI_PAGES_URL} artifacts: