Use bundle install

This commit is contained in:
Jonas Franz 2021-01-16 18:10:34 +01:00
parent 0a141f6e11
commit 00fdc3eeda
1 changed files with 3 additions and 2 deletions

View File

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