From 67ea228643a188d61fd7b13b5c3b7b626cb3f7a0 Mon Sep 17 00:00:00 2001 From: Sebastian Wendel Date: Wed, 23 Nov 2022 17:46:59 +0100 Subject: [PATCH] fixed pipeline --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65adc7b..fd703f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,10 @@ default: tags: - kubernetes - flying-circus + cache: + - key: "$CI_COMMIT_REF_SLUG" + paths: + - charts variables: APP_NAME: fcoscore @@ -16,9 +20,7 @@ lint: stage: test script: - helm dependency update - - helm dependency list - helm lint . - allow_failure: true release: stage: release