MM-15819 Add Autolink as a prepackaged plugin (#11040)

* Addink Autolink as a prepackaged plugin

* Fix packaging script.
Этот коммит содержится в:
Lev
2019-06-03 09:47:38 -07:00
коммит произвёл GitHub
родитель c8646eae51
Коммит 9b27558611
2 изменённых файлов: 3 добавлений и 2 удалений

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

@@ -75,6 +75,7 @@ TE_PACKAGES=$(shell go list ./...|grep -v plugin_tests)
# Plugins Packages
PLUGIN_PACKAGES=mattermost-plugin-zoom-v1.0.6
PLUGIN_PACKAGES += mattermost-plugin-autolink-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)