1
0
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:
Saturnino Abril 2023-06-02 11:01:33 +08:00
parent 39c82539b5
commit 50d026c1a1
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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