Skip to content
Snippets Groups Projects
Commit dbdbdb4c authored by Nacho Barrientos's avatar Nacho Barrientos
Browse files

Add missing CI rule

parent e4670377
No related branches found
No related tags found
No related merge requests found
Pipeline #11042272 passed
...@@ -40,6 +40,7 @@ helm_lint: ...@@ -40,6 +40,7 @@ helm_lint:
rules: rules:
- if: '$CI_COMMIT_TAG' - if: '$CI_COMMIT_TAG'
when: never when: never
- if: $CI_PIPELINE_SOURCE == "push"
image: alpine/helm image: alpine/helm
script: script:
- helm dep update . - helm dep update .
......
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