Adding the enterprise link removal
This commit is contained in:
parent
a8d3d98881
commit
a4eec567d9
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue