Commit 3c6b84ea authored by Marcel Amirault's avatar Marcel Amirault Committed by Shinya Maeda

Update android template to default branch

parent 9c471988
---
title: Update android template to default branch
merge_request: 56738
author:
type: other
......@@ -113,9 +113,10 @@ promoteBeta:
promoteProduction:
extends: .promote_job
stage: production
# We only allow production promotion on `master` because
# it has its own production scoped secret variables
# We only allow production promotion on the default branch because
# it has its own production scoped secret variables.
only:
- master
variables:
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
script:
- bundle exec fastlane promote_beta_to_production
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