Readable logs

pull/273/head
Frostebite 2021-07-27 21:54:44 +01:00
parent 41b1c40cac
commit 8f8f863285
3 changed files with 9 additions and 5 deletions

6
dist/index.js vendored
View File

@ -2174,13 +2174,15 @@ class RemoteBuilder {
mkdir ${steamPathFull} mkdir ${steamPathFull}
# #
echo ' ' echo ' '
echo "Clone github.com/gameci/unity-builder utility repositories required for building" echo 'Cloning utility repositories for remote builder:'
git clone -q --branch "remote-builder/unified-providers" ${repo} ${builderPathFull} git clone -q --branch "remote-builder/unified-providers" ${repo} ${builderPathFull}
git clone -q ${repo2} ${steamPathFull} git clone -q ${repo2} ${steamPathFull}
# #
echo ' ' echo ' '
echo 'Cloning utility repositories for remote builder' echo 'Cloning main repo'
${cloneRemoteBuilderSourceCommand} ${cloneRemoteBuilderSourceCommand}
echo ' '
echo 'cache pull'
${cachePullGitLargeFilesAndLibraryFolder} ${cachePullGitLargeFilesAndLibraryFolder}
# #
echo ' ' echo ' '

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -120,13 +120,15 @@ class RemoteBuilder {
mkdir ${steamPathFull} mkdir ${steamPathFull}
# #
echo ' ' echo ' '
echo "Clone github.com/gameci/unity-builder utility repositories required for building" echo 'Cloning utility repositories for remote builder:'
git clone -q --branch "remote-builder/unified-providers" ${repo} ${builderPathFull} git clone -q --branch "remote-builder/unified-providers" ${repo} ${builderPathFull}
git clone -q ${repo2} ${steamPathFull} git clone -q ${repo2} ${steamPathFull}
# #
echo ' ' echo ' '
echo 'Cloning utility repositories for remote builder' echo 'Cloning main repo'
${cloneRemoteBuilderSourceCommand} ${cloneRemoteBuilderSourceCommand}
echo ' '
echo 'cache pull'
${cachePullGitLargeFilesAndLibraryFolder} ${cachePullGitLargeFilesAndLibraryFolder}
# #
echo ' ' echo ' '