mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-03-12 23:01:52 +01:00
added correct path to .ipa
This commit is contained in:
parent
bccbf2e2c7
commit
1ddf2bf156
@ -107,7 +107,7 @@ build_iOS:
|
|||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 1 week # save gitlab server space, we copy the files we need to deploy folder later on
|
expire_in: 1 week # save gitlab server space, we copy the files we need to deploy folder later on
|
||||||
paths:
|
paths:
|
||||||
- Borepin/Borepin.iOS/bin/iPhone/Debug/Borepin.ipa
|
- Borepin/Borepin.iOS/bin/iPhone/Debug/Borepin.iOS.ipa
|
||||||
- Borepin/Borepin.iOS/bin/iPhone/Debug/
|
- Borepin/Borepin.iOS/bin/iPhone/Debug/
|
||||||
# - '$env:TEST_FOLDER\' # saving entire Test project so NUnit can run tests
|
# - '$env:TEST_FOLDER\' # saving entire Test project so NUnit can run tests
|
||||||
|
|
||||||
@ -184,7 +184,7 @@ deploy_iOS:
|
|||||||
- 'export PATH="/usr/local/opt/ruby/bin:$PATH"'
|
- '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 --ipa Borepin/Borepin.iOS/bin/iPhone/Debug/Borepin.iOS.ipa'
|
||||||
after_script:
|
after_script:
|
||||||
- 'rm app-store-credentials.json'
|
- 'rm app-store-credentials.json'
|
||||||
dependencies:
|
dependencies:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user