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
No related branches found
No related tags found
No related merge requests found
......@@ -351,6 +351,8 @@ trigger_doc_update:
strategy: depend
cppcheck:
except:
- tags
stage: analysis:check
image:
name: neszt/cppcheck-docker
......@@ -365,6 +367,8 @@ cppcheck:
# based on https://gitlab.com/ahogen/cppcheck-codequality
cppcheck_report:
except:
- tags
stage: analysis:report
image: centos:7
script:
......
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