mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-05-01 07:30:43 +02:00
Merge branch 'feature/fastlane' of gitlab.com:fabinfra/fabaccess/borepin into feature/fastlane
This commit is contained in:
commit
d683bb8a77
@ -173,6 +173,7 @@ deploy_iOS:
|
|||||||
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
|
||||||
@ -180,6 +181,7 @@ deploy_iOS:
|
|||||||
- macos
|
- macos
|
||||||
before_script:
|
before_script:
|
||||||
- 'echo $app_store_credentials > app-store-credentials.json'
|
- 'echo $app_store_credentials > app-store-credentials.json'
|
||||||
|
- 'export PATH="/usr/local/opt/ruby/bin:$PATH"'
|
||||||
script:
|
script:
|
||||||
- 'bundle install'
|
- 'bundle install'
|
||||||
- 'bundle exec fastlane pilot upload --api_key_path app-store-credentials.json'
|
- 'bundle exec fastlane pilot upload --api_key_path app-store-credentials.json'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user