Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -703,9 +703,9 @@ complexity-stereo-dec: rules: - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == "complexity" variables: - MAKE_OPTIONS: "WMOPS=1" - COMPLEXITY_TABLES: "complexity_stereo.csv" - CHECK: "COMPLEXITY" MAKE_OPTIONS: "WMOPS=1" COMPLEXITY_TABLES: "complexity_stereo.csv" CHECK: "COMPLEXITY" script: - *print-common-info - *update-scripts-repo Loading Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -703,9 +703,9 @@ complexity-stereo-dec: rules: - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == "complexity" variables: - MAKE_OPTIONS: "WMOPS=1" - COMPLEXITY_TABLES: "complexity_stereo.csv" - CHECK: "COMPLEXITY" MAKE_OPTIONS: "WMOPS=1" COMPLEXITY_TABLES: "complexity_stereo.csv" CHECK: "COMPLEXITY" script: - *print-common-info - *update-scripts-repo Loading