Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
howto-cards
Commits
897e7ae5
Verified
Commit
897e7ae5
authored
Jan 14, 2021
by
Laurent Heirendt
✈
Browse files
combine if rules
parent
ef03c3c2
Pipeline
#36395
passed with stages
in 47 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
897e7ae5
...
@@ -37,7 +37,7 @@ save:commitIndex:
...
@@ -37,7 +37,7 @@ save:commitIndex:
entrypoint
:
[
"
"
]
entrypoint
:
[
"
"
]
stage
:
save
stage
:
save
rules
:
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"
&&
$CI_COMMIT_MESSAGE
!~
/tmpBranch/
&&
$CI_COMMIT_MESSAGE
!~
'
/Update index/
'
&& $CI_PROJECT_NAMESPACE == "R3" && $CI_PROJECT_NAMESPACE == "R3-core"
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"
&&
$CI_COMMIT_MESSAGE
!~
/tmpBranch/
&&
$CI_COMMIT_MESSAGE
!~
/Update
index/
&&
$CI_PROJECT_NAMESPACE
==
"R3"
&&
$CI_PROJECT_NAMESPACE
==
"R3-core"
'
before_script
:
before_script
:
-
apk add git-lfs
-
apk add git-lfs
-
git fetch --all
-
git fetch --all
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment