Fix xcode cloud nightly run build number setting

This commit is contained in:
Stefan Ceriu
2026-03-02 12:34:24 +02:00
committed by Stefan Ceriu
parent ad96bbc71a
commit ea22cf9c1f

View File

@@ -7,7 +7,7 @@ setup_xcode_cloud_environment
install_xcode_cloud_brew_dependencies install_xcode_cloud_brew_dependencies
if [ "$CI_WORKFLOW" = "Nightly" ]; then 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 elif [ "$CI_WORKFLOW" = "Element Pro" ]; then
# Xcode Cloud automatically fetches the submodules. # Xcode Cloud automatically fetches the submodules.
swift run pipeline configure-element-pro swift run pipeline configure-element-pro