lfsDirectory zip

pull/273/head
Frostebite 2021-08-01 01:32:00 +01:00
parent e57d4466bf
commit 62a2b59a20
3 changed files with 3 additions and 4 deletions

3
dist/index.js vendored
View File

@ -2191,8 +2191,7 @@ class RemoteBuilder {
cd ${this.repoPathFull}
git lfs pull
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"
echo ' '
#

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -149,7 +149,7 @@ class RemoteBuilder {
git lfs pull
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"
echo ' '
#