ignore tags 3

This commit is contained in:
t1amak
2025-11-14 21:45:27 +00:00
parent 81c5ff2526
commit 9cc24a2c56
8 changed files with 29 additions and 5 deletions

View File

@@ -3,7 +3,9 @@ set -e
cd /p2pool
git fetch --jobs=$(nproc)
git checkout $2
CHECKOUT_REF=${P2POOL_CHECKOUT:-$2}
echo "Checking out ${CHECKOUT_REF} (version label $2)"
git checkout "$CHECKOUT_REF"
git submodule update --recursive --jobs $(nproc)
export TZ=UTC0