fixed pipeline

This commit is contained in:
Sebastian Wendel 2022-11-23 17:46:59 +01:00
parent a4ea7f5846
commit 67ea228643
No known key found for this signature in database
GPG key ID: 1422B7DF78144640

View file

@ -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