log testfile size after clone
parent
a966a36ee1
commit
34b62aa849
|
|
@ -2189,6 +2189,7 @@ class RemoteBuilder {
|
|||
echo 'Caching complete'
|
||||
cd ${this.repoPathFull}
|
||||
git lfs pull
|
||||
ls -l "${testLFSFile}"
|
||||
#
|
||||
echo 'buildVolumeReport.txt and buildVolumeReport.txt saved to repository workspace directory'
|
||||
tree -L 3 ${this.buildPathFull} > ${this.repoPathFull}/buildVolumeReport.txt
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -146,6 +146,7 @@ class RemoteBuilder {
|
|||
echo 'Caching complete'
|
||||
cd ${this.repoPathFull}
|
||||
git lfs pull
|
||||
ls -l "${testLFSFile}"
|
||||
#
|
||||
echo 'buildVolumeReport.txt and buildVolumeReport.txt saved to repository workspace directory'
|
||||
tree -L 3 ${this.buildPathFull} > ${this.repoPathFull}/buildVolumeReport.txt
|
||||
|
|
|
|||
Loading…
Reference in New Issue