From 940d0bbbc2d8f2778811641e45f8a90a88682786 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Mon, 16 Jul 2018 17:02:13 +0200 Subject: add pre-package plugins to the MM package (#9114) --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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) -- cgit v1.2.3-1-g7c22