log ls git/lfs directory
parent
a595929c82
commit
263260d957
|
|
@ -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
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue