From 50cb3318d49d7741ae50327ea8f2b8a908c40814 Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Sat, 16 Jan 2021 19:01:36 +0100 Subject: [PATCH] Add rbenv --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 5ca9bea..904c24d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -177,6 +177,7 @@ steps: CONTACT_PHONE: from_secret: contact_phone commands: + - rbenv shell 2.5.0 - cd ios - bundle config set --local path '.vendor/bundle' - bundle install