Skip to content

Commit

Permalink
Deep fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
streamer45 committed Aug 15, 2024
1 parent e262dd2 commit 14b5407
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/test/prepare-plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 14b5407

Please sign in to comment.