specify branch correctly
parent
b4a6575828
commit
3dcc592008
|
|
@ -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"
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue