ignore tags 3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user