fixed pipeline

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

View file

@ -4,10 +4,6 @@ default:
tags: tags:
- kubernetes - kubernetes
- flying-circus - flying-circus
cache:
- key: "$CI_COMMIT_REF_SLUG"
paths:
- charts
variables: variables:
APP_NAME: fcoscore APP_NAME: fcoscore
@ -25,6 +21,7 @@ lint:
release: release:
stage: release stage: release
script: script:
- helm dependency update
- helm package . - helm package .
artifacts: artifacts:
paths: paths: