1
0
mirror of https://github.com/go-vikunja/app synced 2024-06-12 15:39:53 +00:00

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
commands:
- cd ios
- fastlane ios signing
- fastlane ios beta
- bundle install
- bundle exec fastlane ios signing
- bundle exec fastlane ios beta
depends_on:
- testing