Rename the Enterprise variant to Pro. (#3877)
This commit is contained in:
2
.github/workflows/unit_tests_enterprise.yml
vendored
2
.github/workflows/unit_tests_enterprise.yml
vendored
@@ -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
|
||||
|
||||
Submodule Enterprise updated: 23bc91faa2...99ba1c6177
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user