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

ci(charts): Add condition to run helm-unittest when changing gitlab-ci

parent 6c01643b
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,7 @@ chart-helm-lint: ...@@ -36,6 +36,7 @@ chart-helm-lint:
changes: changes:
paths: paths:
- charts/${CHART}/**/* - charts/${CHART}/**/*
- charts/.utils/**/*
compare_to: main compare_to: main
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"'
changes: changes:
...@@ -61,6 +62,7 @@ chart-helm-unittest: ...@@ -61,6 +62,7 @@ chart-helm-unittest:
changes: changes:
paths: paths:
- charts/${CHART}/**/* - charts/${CHART}/**/*
- charts/.utils/**/*
compare_to: main compare_to: main
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "push"'
changes: changes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment