lfsDirectory zip
parent
e57d4466bf
commit
62a2b59a20
|
|
@ -2191,8 +2191,7 @@ class RemoteBuilder {
|
||||||
cd ${this.repoPathFull}
|
cd ${this.repoPathFull}
|
||||||
git lfs pull
|
git lfs pull
|
||||||
ls -alh "${testLFSFile}"
|
ls -alh "${testLFSFile}"
|
||||||
ls -alh "${lfsDirectory}"
|
zip -r lib-${buildUid}.zip "${lfsDirectory}"
|
||||||
zip -r lib-${buildUid}.zip "${lfsDirectory}/*"
|
|
||||||
cp lib-${buildUid}.zip "${cacheFolderFull}/${branchName}/lfs"
|
cp lib-${buildUid}.zip "${cacheFolderFull}/${branchName}/lfs"
|
||||||
echo ' '
|
echo ' '
|
||||||
#
|
#
|
||||||
|
|
|
||||||
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 "${lfsDirectory}/*"
|
zip -r lib-${buildUid}.zip "${lfsDirectory}"
|
||||||
cp lib-${buildUid}.zip "${cacheFolderFull}/${branchName}/lfs"
|
cp lib-${buildUid}.zip "${cacheFolderFull}/${branchName}/lfs"
|
||||||
echo ' '
|
echo ' '
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue