From 59a5ed746d2b92995d5c09fdfd373510a2151e07 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Tue, 10 Dec 2019 20:57:44 -0300 Subject: [PATCH] Add ruby setup to circleCI deploy jobs --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2bdbdacb2..0eb2fba3d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -318,6 +318,7 @@ jobs: name: android resource_class: medium steps: + - ruby-setup - deploy-to-store: task: "Deploy to Google Play" target: android @@ -328,6 +329,7 @@ jobs: name: android resource_class: medium steps: + - ruby-setup - deploy-to-store: task: "Deploy to Google Play" target: android @@ -336,6 +338,7 @@ jobs: deploy-ios-release: executor: ios steps: + - ruby-setup - deploy-to-store: task: "Deploy to TestFlight" target: ios @@ -344,6 +347,7 @@ jobs: deploy-ios-beta: executor: ios steps: + - ruby-setup - deploy-to-store: task: "Deploy to TestFlight" target: ios