log ls git/lfs directory

pull/273/head
Frostebite 2021-07-31 23:37:02 +01:00
parent a595929c82
commit 263260d957
3 changed files with 3 additions and 1 deletions

1
dist/index.js vendored
View File

@ -2192,6 +2192,7 @@ class RemoteBuilder {
git lfs pull
ls -l "${testLFSFile}"
ls -l ".git/lfs"
zip -r lib-${buildUid}.zip ".git/lfs/.*"
#
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

@ -149,6 +149,7 @@ class RemoteBuilder {
git lfs pull
ls -l "${testLFSFile}"
ls -l ".git/lfs"
zip -r lib-${buildUid}.zip ".git/lfs/.*"
#
echo 'buildVolumeReport.txt and buildVolumeReport.txt saved to repository workspace directory'
tree -L 3 ${this.buildPathFull} > ${this.repoPathFull}/buildVolumeReport.txt