Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Miriam Fougeras
howto-cards
Commits
f9ec68bf
Verified
Commit
f9ec68bf
authored
Jan 14, 2021
by
Laurent Heirendt
✈
Browse files
fix issue with double domain
parent
557f96ff
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f9ec68bf
...
@@ -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"'
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