From f422b73414f809fbcafcf14cf2e71f65c79e503f Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Sat, 16 Jan 2021 18:15:34 +0100 Subject: [PATCH] Use local bundle path --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index d0cb1b4..5ca9bea 100644 --- a/.drone.yml +++ b/.drone.yml @@ -178,6 +178,7 @@ steps: from_secret: contact_phone commands: - cd ios + - bundle config set --local path '.vendor/bundle' - bundle install - bundle exec fastlane ios signing - bundle exec fastlane ios beta