Commit 0ab6c3f9 authored by Shinya Maeda's avatar Shinya Maeda

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

Update android template to default branch

See merge request gitlab-org/gitlab!56738
parents d1acf508 3c6b84ea
---
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