Automated builds
This commit is contained in:
parent
094a7a970b
commit
dc6e10654a
@ -137,6 +137,8 @@ promoteAlpha:
|
|||||||
- bundle exec fastlane promote_internal_to_alpha
|
- bundle exec fastlane promote_internal_to_alpha
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
only:
|
||||||
|
- /^v[0-9]*\.[0-9]*\.[0-9]*$/i
|
||||||
|
|
||||||
promoteBeta:
|
promoteBeta:
|
||||||
extends: .promote_job
|
extends: .promote_job
|
||||||
@ -145,6 +147,8 @@ promoteBeta:
|
|||||||
- bundle exec fastlane promote_alpha_to_beta
|
- bundle exec fastlane promote_alpha_to_beta
|
||||||
tags:
|
tags:
|
||||||
- docker
|
- docker
|
||||||
|
only:
|
||||||
|
- /^v[0-9]*\.[0-9]*\.[0-9]*$/i
|
||||||
|
|
||||||
promoteProduction:
|
promoteProduction:
|
||||||
extends: .promote_job
|
extends: .promote_job
|
||||||
@ -152,7 +156,7 @@ promoteProduction:
|
|||||||
# We only allow production promotion on `master` because
|
# We only allow production promotion on `master` because
|
||||||
# it has its own production scoped secret variables
|
# it has its own production scoped secret variables
|
||||||
only:
|
only:
|
||||||
- tags
|
- /^v[0-9]*\.[0-9]*\.[0-9]*$/i
|
||||||
script:
|
script:
|
||||||
- bundle exec fastlane promote_beta_to_production
|
- bundle exec fastlane promote_beta_to_production
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
Reference in New Issue
Block a user