Skip to content

Commit 31f91e2

Browse files
authored
Update setup_go_work.sh
1 parent d536302 commit 31f91e2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

scripts/setup_go_work.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ then
66

77
txt="go 1.18\n\nuse ./\n"
88

9-
if [ "$BUILD_ENTERPRISE_READY" == "true" ]
10-
then
11-
txt="${txt}use ../enterprise-dir\n"
12-
fi
13-
149
if [ "$BUILD_BOARDS" == "true" ]
1510
then
1611
txt="${txt}use ../focalboard/server\nuse ../focalboard/mattermost-plugin\n"

0 commit comments

Comments
 (0)