cleanup and corrections
parent
6d0399f311
commit
a72eb3d7e0
|
|
@ -53,7 +53,7 @@ if [ ! -z "$latestLFSCacheFile" ]; then
|
||||||
echo "LFS cache exists from build $latestLFSCacheFile from $branchName"
|
echo "LFS cache exists from build $latestLFSCacheFile from $branchName"
|
||||||
rm -r "$gitLFSDestinationFolder"
|
rm -r "$gitLFSDestinationFolder"
|
||||||
mkdir -p "$gitLFSDestinationFolder"
|
mkdir -p "$gitLFSDestinationFolder"
|
||||||
unzip -q "$cacheFolderWithBranch/lfs/$latestLFSCacheFile" -d "$gitLFSDestinationFolder"
|
unzip -q "$gitLFSDestinationFolder/$latestLFSCacheFile" -d "$gitLFSDestinationFolder"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
@ -73,7 +73,7 @@ fi
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
||||||
git lfs pull
|
git lfs pull
|
||||||
zip -r $LFS_ASSETS_HASH "$gitLFSDestinationFolder"
|
zip -r $LFS_ASSETS_HASH -d "$gitLFSDestinationFolder"
|
||||||
cp $LFS_ASSETS_HASH "$lfsCacheFolder"
|
cp $LFS_ASSETS_HASH "$lfsCacheFolder"
|
||||||
|
|
||||||
echo ' '
|
echo ' '
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue