mirror of
https://github.com/mattermost/focalboard.git
synced 2025-01-08 15:06:08 +02:00
[MM-52996] fix server ci after renaming the project
This commit is contained in:
parent
39c82539b5
commit
50d026c1a1
@ -44,9 +44,9 @@ func main() {
|
||||
|
||||
func makeGoWork(ci bool) string {
|
||||
repos := map[string]string{
|
||||
"../mattermost-server": "EXCLUDE_SERVER",
|
||||
"../enterprise": "EXCLUDE_ENTERPRISE",
|
||||
"./mattermost-plugin": "EXCLUDE_PLUGIN",
|
||||
"../mattermost": "EXCLUDE_SERVER",
|
||||
"../enterprise": "EXCLUDE_ENTERPRISE",
|
||||
"./mattermost-plugin": "EXCLUDE_PLUGIN",
|
||||
}
|
||||
|
||||
var b strings.Builder
|
||||
|
@ -10,7 +10,7 @@ endif
|
||||
|
||||
MM_SERVER_PATH ?= $(MM_SERVER_PATH:)
|
||||
ifeq ($(MM_SERVER_PATH),)
|
||||
MM_SERVER_PATH := ../../mattermost-server
|
||||
MM_SERVER_PATH := ../../mattermost
|
||||
endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user