handle cleanup errors

pull/235/head
mdugdale 2021-04-03 20:48:50 +01:00
parent 0bcb7d9cd8
commit a1fd1308e5
3 changed files with 7 additions and 1 deletions

3
dist/index.js vendored
View File

@ -259,6 +259,9 @@ class AWS {
echo "Library cache exists from build $latest from ${branchName}"
mkdir /data/${buildUid}/repo/${buildParameters.projectPath}/Library
unzip -q $latest -d /data/${buildUid}/repo/${buildParameters.projectPath}/Library/.
ls /data/${buildUid}/repo/
ls /data/${buildUid}/repo/${buildParameters.projectPath}
ls /data/${buildUid}/repo/${buildParameters.projectPath}/Library/
else
echo "Cache does not exist"
fi

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -47,6 +47,9 @@ class AWS {
echo "Library cache exists from build $latest from ${branchName}"
mkdir /data/${buildUid}/repo/${buildParameters.projectPath}/Library
unzip -q $latest -d /data/${buildUid}/repo/${buildParameters.projectPath}/Library/.
ls /data/${buildUid}/repo/
ls /data/${buildUid}/repo/${buildParameters.projectPath}
ls /data/${buildUid}/repo/${buildParameters.projectPath}/Library/
else
echo "Cache does not exist"
fi