From b8d47a2ac46e8a6309147000ed03eb68babacfe3 Mon Sep 17 00:00:00 2001 From: Vivek Kumar Dutta Date: Fri, 30 Aug 2024 16:17:58 +0530 Subject: [PATCH] Align with new pipeline image --- .gitlab-ci.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f18088..492d91a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,22 +1,15 @@ variables: - DEBUG: 'TRUE' - SOURCE_FOLDER: "./src" - FLAWFINDER_OPTIONS: "-m 4 --error-level=5" - CPPCHECK_OPTIONS: " --enable=all --error-exitcode=1 -D_GNU_SOURCE --suppress=unusedFunction -i ./test/ --inline-suppr" + SOURCE_FOLDER: "." + COMPILATION_FIXUP: "cmake" include: - project: 'iopsys/gitlab-ci-pipeline' file: '/static-code-analysis.yml' - ref: '0.32' - - project: 'docs/portal2/pipeline-template' - file: 'MkDocs.gitlab-ci.yml' - rules: - - if: $CI_COMMIT_BRANCH == "devel" + ref: '1.1' stages: - static_code_analysis - pipeline_test - - deploy run_unit_test: stage: pipeline_test