Rename the Enterprise variant to Pro. (#3877)

This commit is contained in:
Doug
2025-03-07 13:47:11 +00:00
committed by GitHub
parent 6e7ab7e586
commit bee7635537
3 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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