Logging cleanup
parent
0d6ba3f889
commit
b771df9510
|
|
@ -1252,8 +1252,9 @@ class CloudRunner {
|
|||
mkdir -p ${this.buildPathFull}
|
||||
mkdir -p ${this.builderPathFull}
|
||||
mkdir -p ${this.repoPathFull}
|
||||
tree ${this.buildPathFull}
|
||||
${this.getCloneBuilder()}
|
||||
tree ${this.buildPathFull}
|
||||
tree ${this.builderPathFull}
|
||||
echo ' '
|
||||
echo 'Initializing source repository for cloning with caching of LFS files'
|
||||
${this.getCloneNoLFSCommand()}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -302,8 +302,9 @@ class CloudRunner {
|
|||
mkdir -p ${this.buildPathFull}
|
||||
mkdir -p ${this.builderPathFull}
|
||||
mkdir -p ${this.repoPathFull}
|
||||
tree ${this.buildPathFull}
|
||||
${this.getCloneBuilder()}
|
||||
tree ${this.buildPathFull}
|
||||
tree ${this.builderPathFull}
|
||||
echo ' '
|
||||
echo 'Initializing source repository for cloning with caching of LFS files'
|
||||
${this.getCloneNoLFSCommand()}
|
||||
|
|
|
|||
Loading…
Reference in New Issue