Automated builds

This commit is contained in:
Stefan Schueller 2020-08-30 14:28:26 +02:00
parent 094a7a970b
commit dc6e10654a
1 changed files with 5 additions and 1 deletions

View File

@ -137,6 +137,8 @@ promoteAlpha:
- bundle exec fastlane promote_internal_to_alpha
tags:
- docker
only:
- /^v[0-9]*\.[0-9]*\.[0-9]*$/i
promoteBeta:
extends: .promote_job
@ -145,6 +147,8 @@ promoteBeta:
- bundle exec fastlane promote_alpha_to_beta
tags:
- docker
only:
- /^v[0-9]*\.[0-9]*\.[0-9]*$/i
promoteProduction:
extends: .promote_job
@ -152,7 +156,7 @@ promoteProduction:
# We only allow production promotion on `master` because
# it has its own production scoped secret variables
only:
- tags
- /^v[0-9]*\.[0-9]*\.[0-9]*$/i
script:
- bundle exec fastlane promote_beta_to_production
tags: