From ea22cf9c1f5eea7de09a12f74c25f6bf062879a5 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Mon, 2 Mar 2026 12:34:24 +0200 Subject: [PATCH] Fix xcode cloud nightly run build number setting --- 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 3f32dac41..5a5316ac1 100755 --- a/ci_scripts/ci_post_clone.sh +++ b/ci_scripts/ci_post_clone.sh @@ -7,7 +7,7 @@ setup_xcode_cloud_environment install_xcode_cloud_brew_dependencies if [ "$CI_WORKFLOW" = "Nightly" ]; then - swift run tools ci configure-nightly + swift run tools ci configure-nightly --build-number $CI_BUILD_NUMBER elif [ "$CI_WORKFLOW" = "Element Pro" ]; then # Xcode Cloud automatically fetches the submodules. swift run pipeline configure-element-pro