Debug workflow runner branches

This commit is contained in:
Lauri Räsänen 2024-04-27 16:07:50 +03:00
parent 9fca3a6e95
commit daecab21db

View file

@ -46,7 +46,9 @@ mkdir bin
for BRANCH in "${BRANCHES[@]}"
do
cd "$HL2SDK"
git fetch
git fetch --all
echo "Available branches:"
echo "$(git branch --all)"
git checkout "$BRANCH"
git pull
cd "$ROOT"