zip correct directory
parent
beabee0e7f
commit
2f4ae71ee5
|
|
@ -2192,7 +2192,7 @@ 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/*"
|
||||||
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,7 @@ 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/*"
|
||||||
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