fix
parent
a1079e84dd
commit
22743a41c1
|
|
@ -2157,6 +2157,7 @@ class RemoteBuilder {
|
|||
echo ' '
|
||||
echo 'Large File before LFS caching and pull'
|
||||
ls -alh "${testLFSFile}"
|
||||
cat "${testLFSFile}"
|
||||
echo ' '
|
||||
echo 'Source repository initialized'
|
||||
echo ' '
|
||||
|
|
@ -2166,6 +2167,7 @@ class RemoteBuilder {
|
|||
echo ' '
|
||||
echo 'Large File after LFS caching and pull'
|
||||
ls -alh "${testLFSFile}"
|
||||
cat "${testLFSFile}"
|
||||
echo ' '
|
||||
#
|
||||
echo 'buildVolumeReport.txt and buildVolumeReport.txt saved to repository workspace directory'
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -115,6 +115,7 @@ class RemoteBuilder {
|
|||
echo ' '
|
||||
echo 'Large File before LFS caching and pull'
|
||||
ls -alh "${testLFSFile}"
|
||||
cat "${testLFSFile}"
|
||||
echo ' '
|
||||
echo 'Source repository initialized'
|
||||
echo ' '
|
||||
|
|
@ -124,6 +125,7 @@ class RemoteBuilder {
|
|||
echo ' '
|
||||
echo 'Large File after LFS caching and pull'
|
||||
ls -alh "${testLFSFile}"
|
||||
cat "${testLFSFile}"
|
||||
echo ' '
|
||||
#
|
||||
echo 'buildVolumeReport.txt and buildVolumeReport.txt saved to repository workspace directory'
|
||||
|
|
|
|||
Loading…
Reference in New Issue