handle cleanup errors
parent
0bcb7d9cd8
commit
a1fd1308e5
|
|
@ -259,6 +259,9 @@ class AWS {
|
||||||
echo "Library cache exists from build $latest from ${branchName}"
|
echo "Library cache exists from build $latest from ${branchName}"
|
||||||
mkdir /data/${buildUid}/repo/${buildParameters.projectPath}/Library
|
mkdir /data/${buildUid}/repo/${buildParameters.projectPath}/Library
|
||||||
unzip -q $latest -d /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
|
else
|
||||||
echo "Cache does not exist"
|
echo "Cache does not exist"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -47,6 +47,9 @@ class AWS {
|
||||||
echo "Library cache exists from build $latest from ${branchName}"
|
echo "Library cache exists from build $latest from ${branchName}"
|
||||||
mkdir /data/${buildUid}/repo/${buildParameters.projectPath}/Library
|
mkdir /data/${buildUid}/repo/${buildParameters.projectPath}/Library
|
||||||
unzip -q $latest -d /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
|
else
|
||||||
echo "Cache does not exist"
|
echo "Cache does not exist"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue