Skip to content
Snippets Groups Projects
Commit 11be744d authored by michael.minelli's avatar michael.minelli
Browse files

CI/CD => Don't lint code on tags

parent 575cabde
No related branches found
No related tags found
No related merge requests found
...@@ -8,3 +8,5 @@ code_quality:lint: ...@@ -8,3 +8,5 @@ code_quality:lint:
- npm install - npm install
- npm run lint - npm run lint
rules:
- if: '$CI_COMMIT_TAG =~ "/^$/"'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment