From 06a6abe68749815282b5abde58b8cc0d641db089 Mon Sep 17 00:00:00 2001 From: ziajka Date: Fri, 22 Mar 2019 14:12:51 +0100 Subject: [PATCH] Fetch tags for update-bundled-web-ui.sh --- scripts/update-bundled-web-ui.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/update-bundled-web-ui.sh b/scripts/update-bundled-web-ui.sh index c0ffee6c..a2c7629e 100755 --- a/scripts/update-bundled-web-ui.sh +++ b/scripts/update-bundled-web-ui.sh @@ -73,6 +73,7 @@ if [ "$CUSTOM_REPO" = false ] ; then cd "$REPO_DIR" git checkout master + git fetch --tags git pull if [[ ! -z "$TAG" ]]