copy zipped lfs files to cache director correctly
parent
2f4ae71ee5
commit
4f035073d9
|
|
@ -2192,7 +2192,8 @@ class RemoteBuilder {
|
||||||
git lfs pull
|
git lfs pull
|
||||||
ls -alh "${testLFSFile}"
|
ls -alh "${testLFSFile}"
|
||||||
ls -alh "${lfsDirectory}"
|
ls -alh "${lfsDirectory}"
|
||||||
zip -r lib-${buildUid}.zip ".git/lfs/*"
|
zip -r lib-${buildUid}.zip "./.git/lfs/*"
|
||||||
|
cp lib-${buildUid}.zip "${cacheFolderFull}/${branchName}/lfs"
|
||||||
echo ' '
|
echo ' '
|
||||||
#
|
#
|
||||||
echo 'buildVolumeReport.txt and buildVolumeReport.txt saved to repository workspace directory'
|
echo 'buildVolumeReport.txt and buildVolumeReport.txt saved to repository workspace directory'
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -149,7 +149,8 @@ class RemoteBuilder {
|
||||||
git lfs pull
|
git lfs pull
|
||||||
ls -alh "${testLFSFile}"
|
ls -alh "${testLFSFile}"
|
||||||
ls -alh "${lfsDirectory}"
|
ls -alh "${lfsDirectory}"
|
||||||
zip -r lib-${buildUid}.zip ".git/lfs/*"
|
zip -r lib-${buildUid}.zip "./.git/lfs/*"
|
||||||
|
cp lib-${buildUid}.zip "${cacheFolderFull}/${branchName}/lfs"
|
||||||
echo ' '
|
echo ' '
|
||||||
#
|
#
|
||||||
echo 'buildVolumeReport.txt and buildVolumeReport.txt saved to repository workspace directory'
|
echo 'buildVolumeReport.txt and buildVolumeReport.txt saved to repository workspace directory'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue