pull/289/head
Frostebite 2021-08-01 23:44:29 +01:00
parent 6ef8505576
commit c964036d61
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -2197,7 +2197,7 @@ class RemoteBuilder {
echo ' '
#
echo 'buildVolumeReport.txt and buildVolumeReport.txt saved to repository workspace directory'
tree -L 3 ${this.buildPathFull} > ${this.repoPathFull}/preBuildVolumeReport.txt
tree -L 3 ${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

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