pull/289/head
Frostebite 2021-08-02 01:01:55 +01:00
parent a1079e84dd
commit 22743a41c1
3 changed files with 5 additions and 1 deletions

2
dist/index.js vendored
View File

@ -2157,6 +2157,7 @@ class RemoteBuilder {
echo ' ' echo ' '
echo 'Large File before LFS caching and pull' echo 'Large File before LFS caching and pull'
ls -alh "${testLFSFile}" ls -alh "${testLFSFile}"
cat "${testLFSFile}"
echo ' ' echo ' '
echo 'Source repository initialized' echo 'Source repository initialized'
echo ' ' echo ' '
@ -2166,6 +2167,7 @@ class RemoteBuilder {
echo ' ' echo ' '
echo 'Large File after LFS caching and pull' echo 'Large File after LFS caching and pull'
ls -alh "${testLFSFile}" ls -alh "${testLFSFile}"
cat "${testLFSFile}"
echo ' ' echo ' '
# #
echo 'buildVolumeReport.txt and buildVolumeReport.txt saved to repository workspace directory' echo 'buildVolumeReport.txt and buildVolumeReport.txt saved to repository workspace directory'

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -115,6 +115,7 @@ class RemoteBuilder {
echo ' ' echo ' '
echo 'Large File before LFS caching and pull' echo 'Large File before LFS caching and pull'
ls -alh "${testLFSFile}" ls -alh "${testLFSFile}"
cat "${testLFSFile}"
echo ' ' echo ' '
echo 'Source repository initialized' echo 'Source repository initialized'
echo ' ' echo ' '
@ -124,6 +125,7 @@ class RemoteBuilder {
echo ' ' echo ' '
echo 'Large File after LFS caching and pull' echo 'Large File after LFS caching and pull'
ls -alh "${testLFSFile}" ls -alh "${testLFSFile}"
cat "${testLFSFile}"
echo ' ' echo ' '
# #
echo 'buildVolumeReport.txt and buildVolumeReport.txt saved to repository workspace directory' echo 'buildVolumeReport.txt and buildVolumeReport.txt saved to repository workspace directory'