Duh, that wasn't smart.

This commit is contained in:
James Cole
2024-12-14 21:39:30 +01:00
parent 69e1eb3eff
commit 1c691cca33

View File

@@ -24,7 +24,7 @@ jobs:
git checkout --track origin/develop
git pull
elif [[ "$version" == branch* ]]; then
PULLBRANCH=${branch:7}
PULLBRANCH=${version:7}
echo "The branch is '$PULLBRANCH' ($version)"
git checkout --track origin/$PULLBRANCH
git pull