clone no quiet

pull/273/head
Frostebite 2021-07-12 22:23:39 +01:00
parent 448ac18c07
commit 0cb9f58875
3 changed files with 5 additions and 13 deletions

8
dist/index.js vendored
View File

@ -2104,12 +2104,8 @@ class RemoteBuilder {
mkdir ${repoPathFull}
mkdir ${steamPathFull}
echo "Cloning utility repositories required for building:"
git clone -q ${repo} ${builderPathFull}
git clone -q ${repo2} ${steamPathFull}
${builderPathFull}/dist/remote-builder/cloneNoLFS.sh
${builderPathFull}/dist/remote-builder/combineLFSHash.sh
${builderPathFull}/dist/remote-builder/setupCache.sh
${builderPathFull}/dist/remote-builder/handleCaching.sh
git clone ${repo} ${builderPathFull}
git clone ${repo2} ${steamPathFull}
${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}

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -113,12 +113,8 @@ class RemoteBuilder {
mkdir ${repoPathFull}
mkdir ${steamPathFull}
echo "Cloning utility repositories required for building:"
git clone -q ${repo} ${builderPathFull}
git clone -q ${repo2} ${steamPathFull}
${builderPathFull}/dist/remote-builder/cloneNoLFS.sh
${builderPathFull}/dist/remote-builder/combineLFSHash.sh
${builderPathFull}/dist/remote-builder/setupCache.sh
${builderPathFull}/dist/remote-builder/handleCaching.sh
git clone ${repo} ${builderPathFull}
git clone ${repo2} ${steamPathFull}
${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}