Fix the post-clone tools command.

This commit is contained in:
Doug
2026-03-05 16:29:17 +00:00
parent 1b44989e62
commit 6a17ea1e7d

View File

@@ -12,5 +12,5 @@ elif [ "$CI_WORKFLOW" = "Element Pro" ]; then
# Xcode Cloud automatically fetches the submodules.
swift run pipeline configure-element-pro
else
swift run pipeline configure-production
swift run tools ci configure-production
fi