Skip to content
Snippets Groups Projects
Verified Commit 11e5418b authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

ci(gitlab-ci): Run helm chart lint & unittest on any chart change

parent 9b63d73a
No related branches found
No related tags found
No related merge requests found
Pipeline #18060 passed
......@@ -36,6 +36,10 @@ chart-helm-lint:
paths:
- charts/${CHART}/**/*
compare_to: main
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"'
changes:
paths:
- charts/${CHART}/**/*
chart-helm-unittest:
stage: lint
......@@ -57,3 +61,7 @@ chart-helm-unittest:
paths:
- charts/${CHART}/**/*
compare_to: main
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"'
changes:
paths:
- charts/${CHART}/**/*
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment