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" ]]