Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Бондаренко Марина Витальевна
SDL
Commits
f835ebfb
Commit
f835ebfb
authored
10 months ago
by
Бондаренко Марина Витальевна
Browse files
Options
Download
Patches
Plain Diff
Update .gitlab-ci.yml file
parent
773781e1
ci-cd
1 merge request
!2
Ci cd
Pipeline
#153488
passed with stage
in 35 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-1
.gitlab-ci.yml
with
2 additions
and
1 deletion
+2
-1
.gitlab-ci.yml
+
2
−
1
View file @
f835ebfb
...
...
@@ -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"'
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets