Commit c3843cd2 authored by Gabriel Mazetto's avatar Gabriel Mazetto

Merge branch 'update-ci-template-default-branch-3' into 'master'

Update two autodevops template references to default branch

See merge request gitlab-org/gitlab!56304
parents 08c429d9 b2c4e8f9
---
title: Update templates to refer to default branch
merge_request: 56304
author:
type: other
...@@ -153,7 +153,7 @@ production_manual: ...@@ -153,7 +153,7 @@ production_manual:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CANARY_ENABLED' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CANARY_ENABLED'
when: manual 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 .rollout: &rollout_template
extends: .auto-deploy extends: .auto-deploy
......
...@@ -152,7 +152,7 @@ production_manual: ...@@ -152,7 +152,7 @@ production_manual:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CANARY_ENABLED' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CANARY_ENABLED'
when: manual 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 .rollout: &rollout_template
extends: .auto-deploy extends: .auto-deploy
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment