Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GStreamer
gst-ci
Commits
dd43637f
Commit
dd43637f
authored
Sep 09, 2020
by
Jordan Petridіs
🌱
Browse files
ci_template: correctly spell the global var
Close
#83
Part-of: <
!337
>
parent
2a3589dc
Pipeline
#200001
waiting for manual action with stages
in 36 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
gitlab/ci_template.yml
View file @
dd43637f
...
...
@@ -328,14 +328,14 @@ manifest:
# If the user that triggered the Pipeline is the Merge bot and the branch doesn't match
# the upstream branch set, run the pipeline
-
if
:
'
$GITLAB_USER_LOGIN
==
"gstreamer-merge-bot"
&&
$CI_COMMIT_BRANCH
!=
"$GST_UPS_BRANCH"'
-
if
:
'
$GITLAB_USER_LOGIN
==
"gstreamer-merge-bot"
&&
$CI_COMMIT_BRANCH
!=
"$GST_UPS
TREAM
_BRANCH"'
# When the user isn't the merge bot, require an explicit action to trigger the pipeline
# to avoid wasting CI resources
-
if
:
'
$GITLAB_USER_LOGIN
!=
"gstreamer-merge-bot"'
when
:
'
manual'
# If this matches, it means the pipeline is running against either the main
# or a stable branch, so make it manual
-
if
:
'
$CI_COMMIT_BRANCH
==
"$GST_UPS_BRANCH"'
-
if
:
'
$CI_COMMIT_BRANCH
==
"$GST_UPS
TREAM
_BRANCH"'
when
:
'
manual'
stage
:
'
preparation'
...
...
Nirbheek Chauhan
🐜
@nirbheek
mentioned in merge request
!351 (merged)
·
Sep 23, 2020
mentioned in merge request
!351 (merged)
mentioned in merge request !351
Toggle commit list
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