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