cd to git dir, no other way because of reset
parent
e1c24d67e3
commit
b35d88f004
|
|
@ -2106,16 +2106,13 @@ class RemoteBuilder {
|
||||||
mkdir ${repoPathFull}
|
mkdir ${repoPathFull}
|
||||||
mkdir ${steamPathFull}
|
mkdir ${steamPathFull}
|
||||||
#
|
#
|
||||||
echo "after making directories"
|
echo "root folders setup for remote build"
|
||||||
tree ${buildPathFull}
|
tree ${buildPathFull}
|
||||||
#
|
#
|
||||||
echo "Cloning utility repositories required for building"
|
echo "Cloning utility repositories required for building"
|
||||||
git clone --branch "remote-builder/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"
|
|
||||||
tree ${buildPathFull}
|
|
||||||
#
|
|
||||||
${builderPathFull}/dist/remote-builder/cloneNoLFS.sh ${repoPathFull} ${repo3} $GITHUB_SHA
|
${builderPathFull}/dist/remote-builder/cloneNoLFS.sh ${repoPathFull} ${repo3} $GITHUB_SHA
|
||||||
${builderPathFull}/dist/remote-builder/combineLFSHash.sh ${repoPathFull}
|
${builderPathFull}/dist/remote-builder/combineLFSHash.sh ${repoPathFull}
|
||||||
${builderPathFull}/dist/remote-builder/setupCache.sh ${cacheFolderFull} ${branchName} ${libraryFolderFull}
|
${builderPathFull}/dist/remote-builder/setupCache.sh ${cacheFolderFull} ${branchName} ${libraryFolderFull}
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -4,7 +4,7 @@ repoPathFull=$1
|
||||||
cloneUrl=$2
|
cloneUrl=$2
|
||||||
githubSha=$3
|
githubSha=$3
|
||||||
|
|
||||||
export GIT_DIR=$repoPathFull
|
cd $repoPathFull
|
||||||
|
|
||||||
echo ''
|
echo ''
|
||||||
echo "Cloning the repository being built:"
|
echo "Cloning the repository being built:"
|
||||||
|
|
|
||||||
|
|
@ -115,16 +115,13 @@ class RemoteBuilder {
|
||||||
mkdir ${repoPathFull}
|
mkdir ${repoPathFull}
|
||||||
mkdir ${steamPathFull}
|
mkdir ${steamPathFull}
|
||||||
#
|
#
|
||||||
echo "after making directories"
|
echo "root folders setup for remote build"
|
||||||
tree ${buildPathFull}
|
tree ${buildPathFull}
|
||||||
#
|
#
|
||||||
echo "Cloning utility repositories required for building"
|
echo "Cloning utility repositories required for building"
|
||||||
git clone --branch "remote-builder/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"
|
|
||||||
tree ${buildPathFull}
|
|
||||||
#
|
|
||||||
${builderPathFull}/dist/remote-builder/cloneNoLFS.sh ${repoPathFull} ${repo3} $GITHUB_SHA
|
${builderPathFull}/dist/remote-builder/cloneNoLFS.sh ${repoPathFull} ${repo3} $GITHUB_SHA
|
||||||
${builderPathFull}/dist/remote-builder/combineLFSHash.sh ${repoPathFull}
|
${builderPathFull}/dist/remote-builder/combineLFSHash.sh ${repoPathFull}
|
||||||
${builderPathFull}/dist/remote-builder/setupCache.sh ${cacheFolderFull} ${branchName} ${libraryFolderFull}
|
${builderPathFull}/dist/remote-builder/setupCache.sh ${cacheFolderFull} ${branchName} ${libraryFolderFull}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue