From a6db638f4fb4fa6783ac7a25857ab9093d5722ad Mon Sep 17 00:00:00 2001 From: Michael Kochell Date: Thu, 15 Aug 2019 09:56:25 -0400 Subject: [PATCH] introduce gitlab prepackaged v1.0.0 (#11882) --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5711b3b5eb..54bf17b705 100644 --- a/Makefile +++ b/Makefile @@ -88,6 +88,7 @@ PLUGIN_PACKAGES += mattermost-plugin-welcomebot-v1.1.0 PLUGIN_PACKAGES += mattermost-plugin-aws-SNS-v1.0.2 PLUGIN_PACKAGES += mattermost-plugin-antivirus-v0.1.1 PLUGIN_PACKAGES += mattermost-plugin-jira-v2.1.0-rc2 +PLUGIN_PACKAGES += mattermost-plugin-gitlab-v1.0.0 # 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)