From 3cdda7b4e4e42a2fd68e3e390bb41f53f90d7213 Mon Sep 17 00:00:00 2001 From: Kai Kriegel Date: Sun, 19 Sep 2021 23:02:11 +0000 Subject: [PATCH] bring homebrew ruby into path --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f99b09..0f78f3f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -181,6 +181,7 @@ deploy_iOS: - macos before_script: - 'echo $app_store_credentials > app-store-credentials.json' + - 'export PATH="/usr/local/opt/ruby/bin:$PATH"' script: - 'bundle install' - 'bundle exec fastlane pilot upload --api_key_path app-store-credentials.json'