mirror of
https://gitlab.com/fabinfra/fabaccess/borepin.git
synced 2025-04-19 09:56:31 +02:00
update fastlane on pipeline run
This commit is contained in:
parent
b5d4a579b2
commit
266e6932a8
@ -206,6 +206,7 @@ deploy_iOS:
|
||||
- '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'
|
||||
after_script:
|
||||
- 'rm app-store-credentials.json'
|
||||
|
@ -1,23 +0,0 @@
|
||||
# This file contains the fastlane.tools configuration
|
||||
# You can find the documentation at https://docs.fastlane.tools
|
||||
#
|
||||
# For a list of all available actions, check out
|
||||
#
|
||||
# https://docs.fastlane.tools/actions
|
||||
#
|
||||
# For a list of all available plugins, check out
|
||||
#
|
||||
# https://docs.fastlane.tools/plugins/available-plugins
|
||||
#
|
||||
|
||||
# Uncomment the line if you want fastlane to automatically update itself
|
||||
# update_fastlane
|
||||
|
||||
default_platform(:ios)
|
||||
|
||||
platform :ios do
|
||||
desc "Description of what the lane does"
|
||||
lane :custom_lane do
|
||||
# add actions here: https://docs.fastlane.tools/actions
|
||||
end
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user