specify branch correctly

pull/273/head
Frostebite 2021-07-12 22:53:07 +01:00
parent b4a6575828
commit 3dcc592008
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -2110,7 +2110,7 @@ class RemoteBuilder {
tree ${buildPathFull} tree ${buildPathFull}
# #
echo "Cloning utility repositories required for building:" echo "Cloning utility repositories required for building:"
git clone ${repo} ${builderPathFull} "unified-providers" git clone --branch "unified-providers" ${repo} ${builderPathFull}
git clone ${repo2} ${steamPathFull} git clone ${repo2} ${steamPathFull}
# #
echo "after cloning utility repos" echo "after cloning utility repos"

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -119,7 +119,7 @@ class RemoteBuilder {
tree ${buildPathFull} tree ${buildPathFull}
# #
echo "Cloning utility repositories required for building:" echo "Cloning utility repositories required for building:"
git clone ${repo} ${builderPathFull} "unified-providers" git clone --branch "unified-providers" ${repo} ${builderPathFull}
git clone ${repo2} ${steamPathFull} git clone ${repo2} ${steamPathFull}
# #
echo "after cloning utility repos" echo "after cloning utility repos"