Skip to content

Commit

Permalink
Automated builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Schueller committed Aug 30, 2020
1 parent 094a7a9 commit dc6e106
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -145,14 +147,16 @@ promoteBeta:
- bundle exec fastlane promote_alpha_to_beta
tags:
- docker
only:
- /^v[0-9]*\.[0-9]*\.[0-9]*$/i

promoteProduction:
extends: .promote_job
stage: production
# 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:
Expand Down

0 comments on commit dc6e106

Please sign in to comment.