bring homebrew ruby into path

This commit is contained in:
Kai Kriegel 2021-09-19 23:02:11 +00:00
parent c7c8b866ad
commit 3cdda7b4e4

View File

@ -181,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'