From c7c8b866add0438a0c064a8537416718f0d8ece2 Mon Sep 17 00:00:00 2001 From: Kai Kriegel Date: Sun, 19 Sep 2021 22:49:55 +0000 Subject: [PATCH 1/2] added feature branch to test ci --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b77cda..9f99b09 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -173,6 +173,7 @@ deploy_iOS: LANG: 'en_US.UTF-8' only: - alpha + - feature/fastlane needs: - build_iOS stage: deploy From 3cdda7b4e4e42a2fd68e3e390bb41f53f90d7213 Mon Sep 17 00:00:00 2001 From: Kai Kriegel Date: Sun, 19 Sep 2021 23:02:11 +0000 Subject: [PATCH 2/2] 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'