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
Branches
Tags
No related merge requests found
...@@ -5,6 +5,8 @@ code_quality:lint: ...@@ -5,6 +5,8 @@ code_quality:lint:
image: node:latest image: node:latest
script: script:
- cd "${PROJECT_FOLDER}" - cd "${PROJECT_FOLDER}"
- 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