Adding the enterprise link removal

This commit is contained in:
Jesús Espino 2021-03-29 20:14:40 +02:00
parent a8d3d98881
commit a4eec567d9

View file

@ -38,6 +38,7 @@ ifeq ($(BUILD_ENTERPRISE_READY),true)
IGNORE:=$(shell ln -s ../$(BUILD_ENTERPRISE_DIR) server/enterprise)
else
IGNORE:=$(shell rm -f server/main/imports.go)
IGNORE:=$(shell rm -f server/enterprise)
endif
LDFLAGS += -X "github.com/mattermost/focalboard/server/model.BuildNumber=$(BUILD_NUMBER)"