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

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

parent 333b6214
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,8 @@ code_quality:lint:
image: node:latest
script:
- cd "${PROJECT_FOLDER}"
- npm install
- 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