pull/273/head
Frostebite 2021-07-12 22:52:02 +01:00
parent c5f80e50aa
commit b4a6575828
3 changed files with 31 additions and 9 deletions

19
dist/index.js vendored
View File

@ -2100,22 +2100,33 @@ class RemoteBuilder {
apk add git-lfs
apk add jq
apk add tree
# tree the entire remote volume for debugging
tree ${buildPathFull}
#
mkdir ${buildPathFull}
mkdir ${builderPathFull}
mkdir ${repoPathFull}
mkdir ${steamPathFull}
#
echo "after making directories"
tree ${buildPathFull}
#
echo "Cloning utility repositories required for building:"
git clone ${repo} ${builderPathFull} "unified-providers"
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/combineLFSHash.sh ${repoPathFull}
${builderPathFull}/dist/remote-builder/setupCache.sh ${cacheFolderFull} ${branchName} ${libraryFolderFull}
${builderPathFull}/dist/remote-builder/handleCaching.sh ${branchName} ${libraryFolderFull} ${purgeRemoteCache}
echo 'build volumes:'
tree /${buildVolumeFolder}/
#
echo 'Tree for the folder of this specific build:'
tree ${buildPathFull}
#
echo 'Root build volume folder:'
ls ${buildVolumeFolder}
#
`,
], `/${buildVolumeFolder}`, `/${buildVolumeFolder}/`, [
{

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -109,22 +109,33 @@ class RemoteBuilder {
apk add git-lfs
apk add jq
apk add tree
# tree the entire remote volume for debugging
tree ${buildPathFull}
#
mkdir ${buildPathFull}
mkdir ${builderPathFull}
mkdir ${repoPathFull}
mkdir ${steamPathFull}
#
echo "after making directories"
tree ${buildPathFull}
#
echo "Cloning utility repositories required for building:"
git clone ${repo} ${builderPathFull} "unified-providers"
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/combineLFSHash.sh ${repoPathFull}
${builderPathFull}/dist/remote-builder/setupCache.sh ${cacheFolderFull} ${branchName} ${libraryFolderFull}
${builderPathFull}/dist/remote-builder/handleCaching.sh ${branchName} ${libraryFolderFull} ${purgeRemoteCache}
echo 'build volumes:'
tree /${buildVolumeFolder}/
#
echo 'Tree for the folder of this specific build:'
tree ${buildPathFull}
#
echo 'Root build volume folder:'
ls ${buildVolumeFolder}
#
`,
],
`/${buildVolumeFolder}`,