diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b77cda..0f78f3f 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 @@ -180,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'