log testfile size after clone

pull/273/head
Frostebite 2021-07-31 22:58:26 +01:00
parent a966a36ee1
commit 34b62aa849
3 changed files with 3 additions and 1 deletions

1
dist/index.js vendored
View File

@ -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

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -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