Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
howto-cards
Commits
f9d6e483
Verified
Commit
f9d6e483
authored
Jan 14, 2021
by
Laurent Heirendt
✈
Browse files
fix issue with env var
parent
0634d15a
Pipeline
#36411
passed with stages
in 51 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f9d6e483
...
...
@@ -37,9 +37,8 @@ save:commitIndex:
entrypoint
:
[
"
"
]
stage
:
save
rules
:
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"
&&
$CI_COMMIT_MESSAGE
!~
/tmpBranch/
&&
$CI_COMMIT_MESSAGE
!~
/Update
index/
&&
$CI_
PROJECT_NAMESPACE
==
"R3
"'
-
if
:
'
$CI_PIPELINE_SOURCE
==
"merge_request_event"
&&
$CI_COMMIT_MESSAGE
!~
/tmpBranch/
&&
$CI_COMMIT_MESSAGE
!~
/Update
index/
&&
$CI_
MERGE_REQUEST_SOURCE_PROJECT_PATH
==
"R3/howto-cards
"'
before_script
:
-
env
-
apk add git-lfs
-
git fetch --all
-
url_host=`git remote get-url origin | sed -e "s/https:\/\/gitlab-ci-token:.*@//g"`
...
...
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!
Cancel
Please
register
or
sign in
to comment