Commit f835ebfb authored by Бондаренко Марина Витальевна's avatar Бондаренко Марина Витальевна
Browse files

Update .gitlab-ci.yml file

parent 773781e1
1 merge request!2Ci cd
Pipeline #153488 passed with stage
in 35 seconds
Showing with 2 additions and 1 deletion
+2 -1
......@@ -52,4 +52,5 @@ zap-check:
Write-Output "results"
Write-Output $results.Content
rules:
- if: ('$CI_PIPELINE_SOURCE == "merge_request_event" | '$CI_PIPELINE_SOURCE == "push"') && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME == "master"'
- if: '$CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == "master"'
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment