Loading capif/.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -234,7 +234,8 @@ semgrep-sast: stage: test before_script: - echo " ----- not run test stage -----" when: manual rules: - when: never main_semgrep_sast: stage: main_sast Loading @@ -249,6 +250,7 @@ main_semgrep_sast: - docker:24.0.5-dind rules: - if: '$CI_COMMIT_REF_NAME == "OCF16-first-steps-on-ci-at-gitlab-repository"' # - if: '$CI_COMMIT_REF_NAME == "staging"' # must be staging when staging into main MR when: always - when: never tags: Loading Loading
capif/.gitlab-ci.yml +3 −1 Original line number Diff line number Diff line Loading @@ -234,7 +234,8 @@ semgrep-sast: stage: test before_script: - echo " ----- not run test stage -----" when: manual rules: - when: never main_semgrep_sast: stage: main_sast Loading @@ -249,6 +250,7 @@ main_semgrep_sast: - docker:24.0.5-dind rules: - if: '$CI_COMMIT_REF_NAME == "OCF16-first-steps-on-ci-at-gitlab-repository"' # - if: '$CI_COMMIT_REF_NAME == "staging"' # must be staging when staging into main MR when: always - when: never tags: Loading