Readable logs

pull/273/head
Frostebite 2021-07-27 22:00:42 +01:00
parent 8f8f863285
commit f8363d834e
4 changed files with 9 additions and 8 deletions

6
dist/index.js vendored
View File

@ -2164,8 +2164,6 @@ class RemoteBuilder {
apk add unzip
apk add git-lfs
apk add jq
apk add sort
apk add cut
apk add tree
#
mkdir ${buildPathFull}
@ -2174,9 +2172,11 @@ class RemoteBuilder {
mkdir ${steamPathFull}
#
echo ' '
echo 'Cloning utility repositories for remote builder:'
echo 'Cloning utility repositories for remote builder'
git clone -q --branch "remote-builder/unified-providers" ${repo} ${builderPathFull}
echo 'Cloned ${repo}'
git clone -q ${repo2} ${steamPathFull}
echo 'Cloned ${repo2}'
#
echo ' '
echo 'Cloning main repo'

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -11,7 +11,8 @@ cd $repoPathFull
echo ' '
echo "Cloning the repository being built:"
git clone --filter=blob:none --no-checkout $cloneUrl $repoPathFull
git --work-tree=$repoPathFull checkout $githubSha
git --work-tree=$repoPathFull -q checkout $githubSha
echo "Checked out $githubSha"
echo ' '
echo 'Tree of cloned target repository:'

View File

@ -110,8 +110,6 @@ class RemoteBuilder {
apk add unzip
apk add git-lfs
apk add jq
apk add sort
apk add cut
apk add tree
#
mkdir ${buildPathFull}
@ -120,9 +118,11 @@ class RemoteBuilder {
mkdir ${steamPathFull}
#
echo ' '
echo 'Cloning utility repositories for remote builder:'
echo 'Cloning utility repositories for remote builder'
git clone -q --branch "remote-builder/unified-providers" ${repo} ${builderPathFull}
echo 'Cloned ${repo}'
git clone -q ${repo2} ${steamPathFull}
echo 'Cloned ${repo2}'
#
echo ' '
echo 'Cloning main repo'