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