Commit b2c4e8f9 authored by Marcel Amirault's avatar Marcel Amirault Committed by Gabriel Mazetto

Update two autodevops template references to default branch

parent 608675f7
---
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