Loading templates/gitlab-ci-defectdojo.yml +8 −3 Original line number Diff line number Diff line # default workflow rules workflow: rules: # exclude merge requests - if: $CI_MERGE_REQUEST_ID when: never - when: always variables: # variabilized tracking image TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" Loading Loading @@ -474,9 +482,6 @@ defectdojo: script: - *defectdojo-scripts rules: # exclude merge requests - if: $CI_MERGE_REQUEST_ID when: never # on production branch - if: '$CI_COMMIT_REF_NAME =~ $PROD_REF || $DEFECTDOJO_NOPROD_ENABLED == "true"' when: always Loading
templates/gitlab-ci-defectdojo.yml +8 −3 Original line number Diff line number Diff line # default workflow rules workflow: rules: # exclude merge requests - if: $CI_MERGE_REQUEST_ID when: never - when: always variables: # variabilized tracking image TBC_TRACKING_IMAGE: "$CI_REGISTRY/to-be-continuous/tools/tracking:master" Loading Loading @@ -474,9 +482,6 @@ defectdojo: script: - *defectdojo-scripts rules: # exclude merge requests - if: $CI_MERGE_REQUEST_ID when: never # on production branch - if: '$CI_COMMIT_REF_NAME =~ $PROD_REF || $DEFECTDOJO_NOPROD_ENABLED == "true"' when: always