log ls git/lfs directory

pull/273/head
Frostebite 2021-07-31 23:35:56 +01:00
parent 999b32a56d
commit a595929c82
4 changed files with 4 additions and 1 deletions

1
dist/index.js vendored
View File

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

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

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

View File

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