pull/289/head
Frostebite 2021-08-01 22:28:13 +01:00
parent a7b1ca7b33
commit 85af8c8e54
5 changed files with 4 additions and 4 deletions

1
dist/index.js vendored
View File

@ -2180,6 +2180,7 @@ class RemoteBuilder {
echo ' '
echo 'Initializing source repository for cloning with caching of LFS files'
${initializeSourceRepoForCaching}
export LFS_ASSETS_HASH=$(cat ".lfs-assets-id-sum")
echo ' '
echo 'Large File before LFS caching and pull'
ls -alh "${testLFSFile}"

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -25,6 +25,4 @@ echo ' '
echo 'Contents of .lfs-assets-id-sum file:'
cat .lfs-assets-id-sum
export LFS_ASSETS_HASH=$(cat ".lfs-assets-id")
echo ' '

View File

@ -84,7 +84,7 @@ if [ "$purgeRemoteBuilderCache" == "true" ]; then
fi
git lfs pull
zip -r "$lfsCacheFolder/$LFS_ASSETS_HASH"
zip -r "$gitLFSDestinationFolder/$LFS_ASSETS_HASH"
cp "$LFS_ASSETS_HASH" "$lfsCacheFolder"
echo "copied $LFS_ASSETS_HASH to $lfsCacheFolder"

View File

@ -135,6 +135,7 @@ class RemoteBuilder {
echo ' '
echo 'Initializing source repository for cloning with caching of LFS files'
${initializeSourceRepoForCaching}
export LFS_ASSETS_HASH=$(cat ".lfs-assets-id-sum")
echo ' '
echo 'Large File before LFS caching and pull'
ls -alh "${testLFSFile}"