Logging cleanup
parent
92f32f3ebd
commit
0d6ba3f889
|
|
@ -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'
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue