mirror of
https://github.com/element-hq/element-x-ios.git
synced 2025-03-10 13:37:11 +00:00
Rename the Enterprise variant to Pro. (#3877)
This commit is contained in:
parent
1e931c9f16
commit
4b7cf3c6a5
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
|
run: source ci_scripts/ci_common.sh && setup_github_actions_environment
|
||||||
|
|
||||||
- name: Configure Enterprise
|
- name: Configure Enterprise
|
||||||
run: bundle exec fastlane config_enterprise
|
run: bundle exec fastlane config_element_pro
|
||||||
env:
|
env:
|
||||||
MAPLIBRE_API_KEY: WeDontNeedOneForUnitTests
|
MAPLIBRE_API_KEY: WeDontNeedOneForUnitTests
|
||||||
SENTRY_DSN: https://sentry.localhost
|
SENTRY_DSN: https://sentry.localhost
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 23bc91faa2c9465051a38051bc8d803c38e389d7
|
Subproject commit 99ba1c61771b3f7d4b7f130170d471d610211932
|
@ -8,9 +8,9 @@ install_xcode_cloud_brew_dependencies
|
|||||||
|
|
||||||
if [ "$CI_WORKFLOW" = "Nightly" ]; then
|
if [ "$CI_WORKFLOW" = "Nightly" ]; then
|
||||||
bundle exec fastlane config_nightly build_number:"$CI_BUILD_NUMBER"
|
bundle exec fastlane config_nightly build_number:"$CI_BUILD_NUMBER"
|
||||||
elif [ "$CI_WORKFLOW" = "Enterprise" ]; then
|
elif [ "$CI_WORKFLOW" = "Element Pro" ]; then
|
||||||
# Xcode Cloud automatically fetches the submodule.
|
# Xcode Cloud automatically fetches the submodules.
|
||||||
bundle exec fastlane config_enterprise
|
bundle exec fastlane config_element_pro
|
||||||
else
|
else
|
||||||
bundle exec fastlane config_production
|
bundle exec fastlane config_production
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user