fix branchname
parent
3dcc592008
commit
adabdcc132
|
|
@ -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 --branch "unified-providers" ${repo} ${builderPathFull}
|
git clone --branch "remote-builder/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
|
|
@ -13,7 +13,7 @@ git config --global filter.lfs.process "git-lfs filter-process --skip"
|
||||||
git init --work-tree=$repoPathFull
|
git init --work-tree=$repoPathFull
|
||||||
git remote add origin $cloneUrl --work-tree=$repoPathFull
|
git remote add origin $cloneUrl --work-tree=$repoPathFull
|
||||||
# Get remote version
|
# Get remote version
|
||||||
git fetch origin --work-tree=$repoPathFull
|
git fetch --work-tree=$repoPathFull origin
|
||||||
git reset --hard $githubSha --work-tree=$repoPathFull
|
git reset --work-tree=$repoPathFull --hard $githubSha
|
||||||
git lfs ls-files --all --work-tree=$repoPathFull
|
git lfs ls-files --all --work-tree=$repoPathFull
|
||||||
echo ''
|
echo ''
|
||||||
|
|
|
||||||
|
|
@ -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 --branch "unified-providers" ${repo} ${builderPathFull}
|
git clone --branch "remote-builder/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