pull/289/head
Frostebite 2021-08-01 23:11:16 +01:00
parent 416dc584e7
commit 5f305cee16
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -2180,7 +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)"
export LFS_ASSETS_HASH="$(cat ${this.repoPathFull}/.lfs-assets-id)"
echo "LFS_ASSETS_HASH $LFS_ASSETS_HASH"
echo ' '
echo 'Large File before LFS caching and pull'

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -135,7 +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)"
export LFS_ASSETS_HASH="$(cat ${this.repoPathFull}/.lfs-assets-id)"
echo "LFS_ASSETS_HASH $LFS_ASSETS_HASH"
echo ' '
echo 'Large File before LFS caching and pull'