fix branchname

pull/273/head
Frostebite 2021-07-12 22:59:55 +01:00
parent 3dcc592008
commit adabdcc132
4 changed files with 5 additions and 5 deletions

2
dist/index.js vendored
View File

@ -2110,7 +2110,7 @@ class RemoteBuilder {
tree ${buildPathFull}
#
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}
#
echo "after cloning utility repos"

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@ git config --global filter.lfs.process "git-lfs filter-process --skip"
git init --work-tree=$repoPathFull
git remote add origin $cloneUrl --work-tree=$repoPathFull
# Get remote version
git fetch origin --work-tree=$repoPathFull
git reset --hard $githubSha --work-tree=$repoPathFull
git fetch --work-tree=$repoPathFull origin
git reset --work-tree=$repoPathFull --hard $githubSha
git lfs ls-files --all --work-tree=$repoPathFull
echo ''

View File

@ -119,7 +119,7 @@ class RemoteBuilder {
tree ${buildPathFull}
#
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}
#
echo "after cloning utility repos"