pull/289/head
Frostebite 2021-08-02 00:44:19 +01:00
parent e2be4898d9
commit ad896fbf63
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -2169,7 +2169,7 @@ class RemoteBuilder {
echo ' '
#
echo 'buildVolumeReport.txt and buildVolumeReport.txt saved to repository workspace directory'
tree -L 3 ${this.buildPathFull}
tree -L 4 ${this.buildPathFull}
ls -lh /${buildVolumeFolder} > ${this.repoPathFull}/preBuildVolumeReport.txt
echo ' '
#

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -127,7 +127,7 @@ class RemoteBuilder {
echo ' '
#
echo 'buildVolumeReport.txt and buildVolumeReport.txt saved to repository workspace directory'
tree -L 3 ${this.buildPathFull}
tree -L 4 ${this.buildPathFull}
ls -lh /${buildVolumeFolder} > ${this.repoPathFull}/preBuildVolumeReport.txt
echo ' '
#