From b89216d1ada5ad9d3ae8a9ce0554b28e77256047 Mon Sep 17 00:00:00 2001 From: Miguel de la Cruz Date: Wed, 2 Jun 2021 16:13:51 +0200 Subject: [PATCH] Adds focalboard v0.6.7 as a prepackaged plugin (#17686) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 10b3f8f32d..e0068765b2 100644 --- a/Makefile +++ b/Makefile @@ -117,6 +117,7 @@ PLUGIN_PACKAGES += mattermost-plugin-jira-v2.4.0 PLUGIN_PACKAGES += mattermost-plugin-nps-v1.1.0 PLUGIN_PACKAGES += mattermost-plugin-welcomebot-v1.2.0 PLUGIN_PACKAGES += mattermost-plugin-zoom-v1.5.0 +PLUGIN_PACKAGES += focalboard-v0.6.7-plugin # Prepares the enterprise build if exists. The IGNORE stuff is a hack to get the Makefile to execute the commands outside a target ifeq ($(BUILD_ENTERPRISE_READY),true)