Skip to content
Snippets Groups Projects

CI for publish image in our registry for tags and devel-branch

Merged Natalia Miakushina requested to merge Feature9341 into devel
1 file
+ 11
17
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -3,7 +3,7 @@ variables:
RUN_CPPCHECK: "cppcheck --enable=all --error-exitcode=1 --suppress=unusedFunction --suppress=unreadVariable --suppress=unmatchedSuppression ."
RUN_CPD: "/home/user/pmd-bin-6.19.0/bin/run.sh cpd --minimum-tokens 200 --language c --exclude ./test/cmocka --files"
SOURCE_FOLDER: "src"
COMMON_IMAGE: "iopsys/code-analysis:0.27"
COMMON_IMAGE: "dev.iopsys.eu:5050/iopsys/gitlab-ci-pipeline/code-analysis:0.27"
DEBUG: "FALSE"
run_static_code_analysis:
Loading