fix
parent
a1079e84dd
commit
22743a41c1
|
|
@ -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'
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue