MM-15819 Add Autolink as a prepackaged plugin (#11040)
* Addink Autolink as a prepackaged plugin * Fix packaging script.
Этот коммит содержится в:
1
Makefile
1
Makefile
@@ -75,6 +75,7 @@ TE_PACKAGES=$(shell go list ./...|grep -v plugin_tests)
|
|||||||
|
|
||||||
# Plugins Packages
|
# Plugins Packages
|
||||||
PLUGIN_PACKAGES=mattermost-plugin-zoom-v1.0.6
|
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
|
# 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)
|
ifeq ($(BUILD_ENTERPRISE_READY),true)
|
||||||
|
|||||||
@@ -65,8 +65,8 @@ endif
|
|||||||
|
|
||||||
@# Download prepackaged plugins
|
@# Download prepackaged plugins
|
||||||
mkdir -p tmpprepackaged
|
mkdir -p tmpprepackaged
|
||||||
@for plugin_package in $(PLUGIN_PACKAGES) ; do \
|
@cd tmpprepackaged && for plugin_package in $(PLUGIN_PACKAGES) ; do \
|
||||||
cd tmpprepackaged && curl -O -L https://plugins-store.test.mattermost.com/release/$$plugin_package.tar.gz; \
|
curl -O -L https://plugins-store.test.mattermost.com/release/$$plugin_package.tar.gz; \
|
||||||
done
|
done
|
||||||
|
|
||||||
@# ----- PLATFORM SPECIFIC -----
|
@# ----- PLATFORM SPECIFIC -----
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user