Use bundle install

This commit is contained in:
Jonas Franz 2021-01-16 18:10:34 +01:00
parent 0a141f6e11
commit 00fdc3eeda

View File

@ -178,8 +178,9 @@ steps:
from_secret: contact_phone from_secret: contact_phone
commands: commands:
- cd ios - cd ios
- fastlane ios signing - bundle install
- fastlane ios beta - bundle exec fastlane ios signing
- bundle exec fastlane ios beta
depends_on: depends_on:
- testing - testing