From 14b540788f64ef6a63020ba1d1064ea0de9c64ba Mon Sep 17 00:00:00 2001 From: streamer45 Date: Thu, 15 Aug 2024 12:34:00 +0200 Subject: [PATCH] Deep fetch --- build/test/prepare-plugin.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/test/prepare-plugin.sh b/build/test/prepare-plugin.sh index 290e9ee..e763aa2 100755 --- a/build/test/prepare-plugin.sh +++ b/build/test/prepare-plugin.sh @@ -14,9 +14,10 @@ else fi # Build -cd .. && git clone -b ${GIT_BRANCH} https://github.com/mattermost/mattermost-plugin-calls --depth 1 && \ +cd .. && git clone -b ${GIT_BRANCH} https://github.com/mattermost/mattermost-plugin-calls && \ cd mattermost-plugin-calls && \ git fetch --tags && \ +git describe --tags --match 'v*' --abbrev=0 && \ cd standalone && npm ci && cd .. && \ cd webapp && npm ci && cd .. && \ ls -lsa && \