summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2018-07-16 17:02:13 +0200
committerGitHub <noreply@github.com>2018-07-16 17:02:13 +0200
commit940d0bbbc2d8f2778811641e45f8a90a88682786 (patch)
tree067679c43b10214117f7acf4a12cd55f77bebdaa /Makefile
parent9d9fcd9ac5d10a6ff1050477d527385d6af2f6bf (diff)
downloadchat-940d0bbbc2d8f2778811641e45f8a90a88682786.tar.gz
chat-940d0bbbc2d8f2778811641e45f8a90a88682786.tar.bz2
chat-940d0bbbc2d8f2778811641e45f8a90a88682786.zip
add pre-package plugins to the MM package (#9114)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9a7d457e7..a5e14bc5a 100644
--- a/Makefile
+++ b/Makefile
@@ -72,6 +72,9 @@ TESTFLAGSEE ?= -short
TE_PACKAGES=$(shell go list ./...)
TE_PACKAGES_COMMA=$(shell echo $(TE_PACKAGES) | tr ' ' ',')
+# Plugins Packages
+PLUGIN_PACKAGES=mattermost-plugin-zoom mattermost-plugin-jira
+
# 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)
IGNORE:=$(shell echo Enterprise build selected, preparing)