3 Layer tree only

pull/273/head
Frostebite 2021-07-12 23:30:07 +01:00
parent 69bb893d4e
commit 61278d5a23
4 changed files with 12 additions and 3 deletions

6
dist/index.js vendored
View File

@ -2118,8 +2118,12 @@ class RemoteBuilder {
${builderPathFull}/dist/remote-builder/setupCache.sh ${cacheFolderFull} ${branchName} ${libraryFolderFull}
${builderPathFull}/dist/remote-builder/handleCaching.sh ${branchName} ${libraryFolderFull} ${purgeRemoteCache}
#
echo ''
#
echo 'Tree for the folder of this specific build:'
tree ${buildPathFull}
tree -L 3 ${buildPathFull}
#
echo ''
#
echo 'Root build volume folder:'
ls /${buildVolumeFolder}

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -13,6 +13,7 @@ if [ ! -d $cacheFolderFull/$branchName ]; then
mkdir $cacheFolderFull/$branchName
echo "creating new cache branch folder for: ${branchName}"
fi
echo "Library cache for branch: $branchName"
ls $cacheFolderFull/$branchName
echo ''

View File

@ -127,8 +127,12 @@ class RemoteBuilder {
${builderPathFull}/dist/remote-builder/setupCache.sh ${cacheFolderFull} ${branchName} ${libraryFolderFull}
${builderPathFull}/dist/remote-builder/handleCaching.sh ${branchName} ${libraryFolderFull} ${purgeRemoteCache}
#
echo ''
#
echo 'Tree for the folder of this specific build:'
tree ${buildPathFull}
tree -L 3 ${buildPathFull}
#
echo ''
#
echo 'Root build volume folder:'
ls /${buildVolumeFolder}