Logging cleanup
parent
d369294392
commit
3bae8f9cd8
|
|
@ -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()}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -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()}
|
||||
|
|
|
|||
Loading…
Reference in New Issue