From 1f365cc51b784c8f580bcda2b31cd70be9efaf41 Mon Sep 17 00:00:00 2001 From: "nevadita.chatterjee" <nevadita.chatterjee@iopsys.eu> Date: Thu, 2 Nov 2023 20:04:29 +0530 Subject: [PATCH] easy-soc-lib: Fixing the pipeline --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 66a270b3..b09d1923 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ include: - project: 'iopsys/gitlab-ci-pipeline' file: '/static-code-analysis.yml' + ref: '0.27' stages: - static_code_analysis @@ -10,4 +11,3 @@ variables: SOURCE_FOLDER: "libdsl libethernet libwifi" RUN_CPPCHECK: "cppcheck --enable=all --error-exitcode=1 --suppress=unusedFunction --suppress=unusedStructMember --suppress=unusedLabel --suppress=variableScope --suppress=unreadVariable --suppress=knownConditionTrueFalse --suppress=constParameter --suppress=constVariable -DCONFIG_BCM_MAX_GEM_PORTS=32 ." RUN_CPD: "/home/user/pmd-bin-6.19.0/bin/run.sh cpd --minimum-tokens 2500 --language c --exclude ./img --files" - COMMON_IMAGE: iopsys/code-analysis:0.27 -- GitLab