Call the pipeline from within swift tools instead of through fastlane.

This commit is contained in:
Stefan Ceriu
2026-02-26 15:44:52 +02:00
committed by Stefan Ceriu
parent 4e99059952
commit 24d6affd7e
5 changed files with 20 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ if [ "$CI_WORKFLOW" = "Nightly" ]; then
bundle exec fastlane config_nightly build_number:"$CI_BUILD_NUMBER"
elif [ "$CI_WORKFLOW" = "Element Pro" ]; then
# Xcode Cloud automatically fetches the submodules.
bundle exec fastlane config_element_pro
swift run pipeline configure Variants/ElementPro/ElementPro.pkl
else
bundle exec fastlane config_production
fi