Skip to content
Snippets Groups Projects
Commit c02a6499 authored by Julien Leduc's avatar Julien Leduc
Browse files

Not running cppcheck analysis on tag pipelines as these already ran on the...

Not running cppcheck analysis on tag pipelines as these already ran on the corresponding commit pipeline
parent b2153ae6
Branches
Tags
No related merge requests found
...@@ -351,6 +351,8 @@ trigger_doc_update: ...@@ -351,6 +351,8 @@ trigger_doc_update:
strategy: depend strategy: depend
cppcheck: cppcheck:
except:
- tags
stage: analysis:check stage: analysis:check
image: image:
name: neszt/cppcheck-docker name: neszt/cppcheck-docker
...@@ -365,6 +367,8 @@ cppcheck: ...@@ -365,6 +367,8 @@ cppcheck:
# based on https://gitlab.com/ahogen/cppcheck-codequality # based on https://gitlab.com/ahogen/cppcheck-codequality
cppcheck_report: cppcheck_report:
except:
- tags
stage: analysis:report stage: analysis:report
image: centos:7 image: centos:7
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment