From 5f4347e2c441bc5846c0b1d8f0bad55801a26d88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Mekina?= Date: Tue, 7 Oct 2025 13:50:19 +0200 Subject: [PATCH] Disabled pulling of wip changes from upstream --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 2cb69df..dde5070 100755 --- a/build.sh +++ b/build.sh @@ -20,9 +20,10 @@ if [ ! -d $TEMPLATE ]; then git clone git@gordon.zumepro.cz:tul/tultemplate2 $TEMPLATE else cd $TEMPLATE - git pull + git fetch --tags cd .. fi +git checkout $(git describe --tags "$(git rev-list --tags --max-count=1)") TEMPLATE_PACKDIR=$TEMPLATE/pack/bundle