Update the enterprise submodule and use the new configure-element-pro command

This commit is contained in:
Stefan Ceriu
2026-02-27 12:22:29 +02:00
committed by Stefan Ceriu
parent 17189bf968
commit 44b9b8bb71
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ jobs:
run: source ci_scripts/ci_common.sh && setup_github_actions_environment
- name: Configure Enterprise
run: swift run pipeline configure Variants/ElementPro/ElementPro.pkl
run: swift run pipeline configure-element-pro
- name: SwiftFormat
run: swiftformat --lint .

View File

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