log ls git/lfs directory
parent
999b32a56d
commit
a595929c82
|
|
@ -2191,6 +2191,7 @@ class RemoteBuilder {
|
|||
cd ${this.repoPathFull}
|
||||
git lfs pull
|
||||
ls -l "${testLFSFile}"
|
||||
ls -l ".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
|
|
@ -13,6 +13,7 @@ git clone --filter=blob:none --no-checkout $cloneUrl $repoPathFull
|
|||
git checkout $githubSha
|
||||
echo "Checked out $githubSha"
|
||||
|
||||
ls -l ".git/lfs"
|
||||
ls -l "$testLFSFile"
|
||||
|
||||
git lfs ls-files -l | cut -d ' ' -f1 | sort > .lfs-assets-id
|
||||
|
|
|
|||
|
|
@ -148,6 +148,7 @@ class RemoteBuilder {
|
|||
cd ${this.repoPathFull}
|
||||
git lfs pull
|
||||
ls -l "${testLFSFile}"
|
||||
ls -l ".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