Include cloud defaults in the EE release package (#16277)
That defaults file would be used in the cloud installations to set the initial values for them
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
6c857a4525
Коммит
58d362e0c8
@@ -102,6 +102,7 @@ package:
|
|||||||
@# Help files
|
@# Help files
|
||||||
ifeq ($(BUILD_ENTERPRISE_READY),true)
|
ifeq ($(BUILD_ENTERPRISE_READY),true)
|
||||||
cp $(BUILD_ENTERPRISE_DIR)/ENTERPRISE-EDITION-LICENSE.txt $(DIST_PATH)
|
cp $(BUILD_ENTERPRISE_DIR)/ENTERPRISE-EDITION-LICENSE.txt $(DIST_PATH)
|
||||||
|
cp -L $(BUILD_ENTERPRISE_DIR)/cloud/config/cloud_defaults.json $(DIST_PATH)/config
|
||||||
else
|
else
|
||||||
cp build/MIT-COMPILED-LICENSE.md $(DIST_PATH)
|
cp build/MIT-COMPILED-LICENSE.md $(DIST_PATH)
|
||||||
endif
|
endif
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user