mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-24 13:43:12 +02:00
Adding the enterprise link removal
This commit is contained in:
parent
a8d3d98881
commit
a4eec567d9
1
Makefile
1
Makefile
@ -38,6 +38,7 @@ ifeq ($(BUILD_ENTERPRISE_READY),true)
|
|||||||
IGNORE:=$(shell ln -s ../$(BUILD_ENTERPRISE_DIR) server/enterprise)
|
IGNORE:=$(shell ln -s ../$(BUILD_ENTERPRISE_DIR) server/enterprise)
|
||||||
else
|
else
|
||||||
IGNORE:=$(shell rm -f server/main/imports.go)
|
IGNORE:=$(shell rm -f server/main/imports.go)
|
||||||
|
IGNORE:=$(shell rm -f server/enterprise)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
LDFLAGS += -X "github.com/mattermost/focalboard/server/model.BuildNumber=$(BUILD_NUMBER)"
|
LDFLAGS += -X "github.com/mattermost/focalboard/server/model.BuildNumber=$(BUILD_NUMBER)"
|
||||||
|
Loading…
Reference in New Issue
Block a user