Logging cleanup
parent
d369294392
commit
3bae8f9cd8
|
|
@ -1253,8 +1253,6 @@ class CloudRunner {
|
||||||
mkdir -p ${this.builderPathFull}
|
mkdir -p ${this.builderPathFull}
|
||||||
mkdir -p ${this.repoPathFull}
|
mkdir -p ${this.repoPathFull}
|
||||||
${this.getCloneBuilder()}
|
${this.getCloneBuilder()}
|
||||||
tree ${this.buildPathFull}
|
|
||||||
tree ${this.builderPathFull}
|
|
||||||
echo ' '
|
echo ' '
|
||||||
echo 'Initializing source repository for cloning with caching of LFS files'
|
echo 'Initializing source repository for cloning with caching of LFS files'
|
||||||
${this.getCloneNoLFSCommand()}
|
${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.builderPathFull}
|
||||||
mkdir -p ${this.repoPathFull}
|
mkdir -p ${this.repoPathFull}
|
||||||
${this.getCloneBuilder()}
|
${this.getCloneBuilder()}
|
||||||
tree ${this.buildPathFull}
|
|
||||||
tree ${this.builderPathFull}
|
|
||||||
echo ' '
|
echo ' '
|
||||||
echo 'Initializing source repository for cloning with caching of LFS files'
|
echo 'Initializing source repository for cloning with caching of LFS files'
|
||||||
${this.getCloneNoLFSCommand()}
|
${this.getCloneNoLFSCommand()}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue