From 58d362e0c8646e22cd96afea6cc79a1027afa524 Mon Sep 17 00:00:00 2001 From: Mario de Frutos Dieguez Date: Mon, 16 Nov 2020 16:52:26 +0100 Subject: [PATCH] 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 --- build/release.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/build/release.mk b/build/release.mk index efc5c1f5c6..3e9a113397 100644 --- a/build/release.mk +++ b/build/release.mk @@ -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