Logging cleanup

pull/310/head
Frostebite 2021-09-21 23:02:43 +01:00
parent d369294392
commit 3bae8f9cd8
3 changed files with 1 additions and 5 deletions

2
dist/index.js vendored
View File

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

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

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