1
0
mirror of https://github.com/GNS3/gns3-server synced 2025-02-02 19:30:55 +00:00

Fetch tags for update-bundled-web-ui.sh

This commit is contained in:
ziajka 2019-03-22 14:12:51 +01:00
parent 3f4bdfef11
commit 06a6abe687

View File

@ -73,6 +73,7 @@ if [ "$CUSTOM_REPO" = false ] ; then
cd "$REPO_DIR"
git checkout master
git fetch --tags
git pull
if [[ ! -z "$TAG" ]]