Logging cleanup

pull/310/head
Frostebite 2021-09-21 19:47:47 +01:00
parent 92f32f3ebd
commit 0d6ba3f889
3 changed files with 3 additions and 1 deletions

1
dist/index.js vendored
View File

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

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

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