mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
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
This commit is contained in:
committed by
GitHub
parent
6c857a4525
commit
58d362e0c8
@@ -102,6 +102,7 @@ package:
|
||||
@# Help files
|
||||
ifeq ($(BUILD_ENTERPRISE_READY),true)
|
||||
cp $(BUILD_ENTERPRISE_DIR)/ENTERPRISE-EDITION-LICENSE.txt $(DIST_PATH)
|
||||
cp -L $(BUILD_ENTERPRISE_DIR)/cloud/config/cloud_defaults.json $(DIST_PATH)/config
|
||||
else
|
||||
cp build/MIT-COMPILED-LICENSE.md $(DIST_PATH)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user