mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 23:01:52 +01:00
added cd for beta
This commit is contained in:
parent
36084c4f76
commit
dc8c66616f
@ -189,13 +189,12 @@ deploy_Android_beta:
|
|||||||
dependencies:
|
dependencies:
|
||||||
- build_Android
|
- build_Android
|
||||||
|
|
||||||
deploy_iOS:
|
deploy_iOS_alpha:
|
||||||
variables:
|
variables:
|
||||||
LC_ALL: 'en_US.UTF-8'
|
LC_ALL: 'en_US.UTF-8'
|
||||||
LANG: 'en_US.UTF-8'
|
LANG: 'en_US.UTF-8'
|
||||||
only:
|
only:
|
||||||
- alpha
|
- alpha
|
||||||
- feature/fastlane
|
|
||||||
needs:
|
needs:
|
||||||
- build_iOS
|
- build_iOS
|
||||||
stage: deploy
|
stage: deploy
|
||||||
@ -212,3 +211,27 @@ deploy_iOS:
|
|||||||
- 'rm app-store-credentials.json'
|
- 'rm app-store-credentials.json'
|
||||||
dependencies:
|
dependencies:
|
||||||
- build_iOS
|
- build_iOS
|
||||||
|
|
||||||
|
deploy_iOS_beta:
|
||||||
|
variables:
|
||||||
|
LC_ALL: 'en_US.UTF-8'
|
||||||
|
LANG: 'en_US.UTF-8'
|
||||||
|
only:
|
||||||
|
- beta
|
||||||
|
- feature/fastlane
|
||||||
|
needs:
|
||||||
|
- build_iOS
|
||||||
|
stage: deploy
|
||||||
|
tags:
|
||||||
|
- macos
|
||||||
|
before_script:
|
||||||
|
- 'echo $app_store_credentials > app-store-credentials.json'
|
||||||
|
- 'export PATH="/usr/local/opt/ruby/bin:$PATH"'
|
||||||
|
script:
|
||||||
|
- 'bundle install'
|
||||||
|
- 'bundle update fastlane'
|
||||||
|
- 'bundle exec fastlane pilot upload --api_key_path app-store-credentials.json --ipa Borepin/Borepin.iOS/bin/iPhone/Debug/Borepin.iOS.ipa --distribute_external true --groups Beta'
|
||||||
|
after_script:
|
||||||
|
- 'rm app-store-credentials.json'
|
||||||
|
dependencies:
|
||||||
|
- build_iOS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user