Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b2c4e8f9
Commit
b2c4e8f9
authored
Mar 11, 2021
by
Marcel Amirault
Committed by
Gabriel Mazetto
Mar 11, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update two autodevops template references to default branch
parent
608675f7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
changelogs/unreleased/update-ci-template-default-branch-3.yml
...gelogs/unreleased/update-ci-template-default-branch-3.yml
+5
-0
lib/gitlab/ci/templates/Jobs/Deploy.gitlab-ci.yml
lib/gitlab/ci/templates/Jobs/Deploy.gitlab-ci.yml
+1
-1
lib/gitlab/ci/templates/Jobs/Deploy.latest.gitlab-ci.yml
lib/gitlab/ci/templates/Jobs/Deploy.latest.gitlab-ci.yml
+1
-1
No files found.
changelogs/unreleased/update-ci-template-default-branch-3.yml
0 → 100644
View file @
b2c4e8f9
---
title
:
Update templates to refer to default branch
merge_request
:
56304
author
:
type
:
other
lib/gitlab/ci/templates/Jobs/Deploy.gitlab-ci.yml
View file @
b2c4e8f9
...
...
@@ -153,7 +153,7 @@ production_manual:
-
if
:
'
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH
&&
$CANARY_ENABLED'
when
:
manual
# This job implements incremental rollout on for every push to
`master`
.
# This job implements incremental rollout on for every push to
the default branch
.
.rollout
:
&rollout_template
extends
:
.auto-deploy
...
...
lib/gitlab/ci/templates/Jobs/Deploy.latest.gitlab-ci.yml
View file @
b2c4e8f9
...
...
@@ -152,7 +152,7 @@ production_manual:
-
if
:
'
$CI_COMMIT_BRANCH
==
$CI_DEFAULT_BRANCH
&&
$CANARY_ENABLED'
when
:
manual
# This job implements incremental rollout on for every push to
`master`
.
# This job implements incremental rollout on for every push to
the default branch
.
.rollout
:
&rollout_template
extends
:
.auto-deploy
...
...
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