1
0
mirror of https://github.com/go-vikunja/app synced 2024-10-12 08:55:33 +00:00

Use bundle install

This commit is contained in:
Jonas Franz 2021-01-16 18:10:34 +01:00
parent 5ffa78c97c
commit 89f790c38c
Signed by untrusted user: JonasFranz
GPG Key ID: 7293A220B7C38080

@ -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