Call the pipeline from within swift tools instead of through fastlane.
This commit is contained in:
committed by
Stefan Ceriu
parent
4e99059952
commit
24d6affd7e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user