Skip to content
Snippets Groups Projects
Commit 73750b51 authored by Vivek Dutta's avatar Vivek Dutta Committed by Roman Azarenko
Browse files

Update common image version

parent 4527fe54
No related branches found
No related tags found
1 merge request!25Update common image version
variables: variables:
COMMON_IMAGE: "dev.iopsys.eu:5050/iopsys/gitlab-ci-pipeline/code-analysis:0.30" COMMON_IMAGE: "dev.iopsys.eu:5050/iopsys/gitlab-ci-pipeline/code-analysis:0.32"
SOURCE_FOLDER: "src" SOURCE_FOLDER: "src"
SHELL_SRC: "" SHELL_SRC: ""
FLAWFINDER_OPTIONS: "-m 4 --error-level=4" FLAWFINDER_OPTIONS: "-m 4 --error-level=4"
...@@ -25,10 +25,7 @@ run_compilation_test: ...@@ -25,10 +25,7 @@ run_compilation_test:
stage: static_code_analysis stage: static_code_analysis
allow_failure: false allow_failure: false
script: script:
- "${COMPILE}" - if [ -n "${COMPILE}" ]; then ${COMPILE}; fi
rules:
- if: $COMPILE
when: always
run_optional_checks: run_optional_checks:
image: ${COMMON_IMAGE} image: ${COMMON_IMAGE}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment