Logging cleanup

pull/310/head
Frostebite 2021-09-21 19:57:21 +01:00
parent 0d6ba3f889
commit b771df9510
3 changed files with 5 additions and 3 deletions

3
dist/index.js vendored
View File

@ -1252,8 +1252,9 @@ class CloudRunner {
mkdir -p ${this.buildPathFull} mkdir -p ${this.buildPathFull}
mkdir -p ${this.builderPathFull} mkdir -p ${this.builderPathFull}
mkdir -p ${this.repoPathFull} mkdir -p ${this.repoPathFull}
tree ${this.buildPathFull}
${this.getCloneBuilder()} ${this.getCloneBuilder()}
tree ${this.buildPathFull}
tree ${this.builderPathFull}
echo ' ' echo ' '
echo 'Initializing source repository for cloning with caching of LFS files' echo 'Initializing source repository for cloning with caching of LFS files'
${this.getCloneNoLFSCommand()} ${this.getCloneNoLFSCommand()}

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -302,8 +302,9 @@ class CloudRunner {
mkdir -p ${this.buildPathFull} mkdir -p ${this.buildPathFull}
mkdir -p ${this.builderPathFull} mkdir -p ${this.builderPathFull}
mkdir -p ${this.repoPathFull} mkdir -p ${this.repoPathFull}
tree ${this.buildPathFull}
${this.getCloneBuilder()} ${this.getCloneBuilder()}
tree ${this.buildPathFull}
tree ${this.builderPathFull}
echo ' ' echo ' '
echo 'Initializing source repository for cloning with caching of LFS files' echo 'Initializing source repository for cloning with caching of LFS files'
${this.getCloneNoLFSCommand()} ${this.getCloneNoLFSCommand()}