add pre-package plugins to the MM package (#9114)

Этот коммит содержится в:
Carlos Tadeu Panato Junior
2018-07-16 17:02:13 +02:00
коммит произвёл GitHub
родитель 9d9fcd9ac5
Коммит 940d0bbbc2
2 изменённых файлов: 25 добавлений и 0 удалений

Просмотреть файл

@@ -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)