From 6a17ea1e7dbba124811327e9e16f48c4ac88a0a7 Mon Sep 17 00:00:00 2001 From: Doug Date: Thu, 5 Mar 2026 16:29:17 +0000 Subject: [PATCH] Fix the post-clone tools command. --- ci_scripts/ci_post_clone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_scripts/ci_post_clone.sh b/ci_scripts/ci_post_clone.sh index d71682ae1..e215c7df3 100755 --- a/ci_scripts/ci_post_clone.sh +++ b/ci_scripts/ci_post_clone.sh @@ -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