Collect lfs file into .lfs-asset-id file and print
parent
67891e1e7d
commit
81b22c6952
|
|
@ -2099,7 +2099,7 @@ class RemoteBuilder {
|
|||
git clone https://${buildParameters.githubToken}@github.com/${process.env.GITHUB_REPOSITORY}.git ${repoPathFull}
|
||||
echo "Checkout"
|
||||
cd ${repoPathFull}
|
||||
git checkout $GITHUB_SHA
|
||||
git reset --hard $GITHUB_SHA
|
||||
echo "Enable LFS"
|
||||
git config --global filter.lfs.smudge "git-lfs smudge -- %f"
|
||||
git config --global filter.lfs.process "git-lfs filter-process"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -110,7 +110,7 @@ class RemoteBuilder {
|
|||
}.git ${repoPathFull}
|
||||
echo "Checkout"
|
||||
cd ${repoPathFull}
|
||||
git checkout $GITHUB_SHA
|
||||
git reset --hard $GITHUB_SHA
|
||||
echo "Enable LFS"
|
||||
git config --global filter.lfs.smudge "git-lfs smudge -- %f"
|
||||
git config --global filter.lfs.process "git-lfs filter-process"
|
||||
|
|
|
|||
Loading…
Reference in New Issue