From 4b7cf3c6a5d0b405a7c3ed84597e836cef9f874d Mon Sep 17 00:00:00 2001 From: Doug <6060466+pixlwave@users.noreply.github.com> Date: Fri, 7 Mar 2025 13:47:11 +0000 Subject: [PATCH] Rename the Enterprise variant to Pro. (#3877) --- .github/workflows/unit_tests_enterprise.yml | 2 +- Enterprise | 2 +- ci_scripts/ci_post_clone.sh | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/unit_tests_enterprise.yml b/.github/workflows/unit_tests_enterprise.yml index d2291e5ab..19b8b0595 100644 --- a/.github/workflows/unit_tests_enterprise.yml +++ b/.github/workflows/unit_tests_enterprise.yml @@ -38,7 +38,7 @@ jobs: run: source ci_scripts/ci_common.sh && setup_github_actions_environment - name: Configure Enterprise - run: bundle exec fastlane config_enterprise + run: bundle exec fastlane config_element_pro env: MAPLIBRE_API_KEY: WeDontNeedOneForUnitTests SENTRY_DSN: https://sentry.localhost diff --git a/Enterprise b/Enterprise index 23bc91faa..99ba1c617 160000 --- a/Enterprise +++ b/Enterprise @@ -1 +1 @@ -Subproject commit 23bc91faa2c9465051a38051bc8d803c38e389d7 +Subproject commit 99ba1c61771b3f7d4b7f130170d471d610211932 diff --git a/ci_scripts/ci_post_clone.sh b/ci_scripts/ci_post_clone.sh index 8be0e58cf..6e2c1c5e2 100755 --- a/ci_scripts/ci_post_clone.sh +++ b/ci_scripts/ci_post_clone.sh @@ -8,9 +8,9 @@ install_xcode_cloud_brew_dependencies if [ "$CI_WORKFLOW" = "Nightly" ]; then bundle exec fastlane config_nightly build_number:"$CI_BUILD_NUMBER" -elif [ "$CI_WORKFLOW" = "Enterprise" ]; then - # Xcode Cloud automatically fetches the submodule. - bundle exec fastlane config_enterprise +elif [ "$CI_WORKFLOW" = "Element Pro" ]; then + # Xcode Cloud automatically fetches the submodules. + bundle exec fastlane config_element_pro else bundle exec fastlane config_production fi