cleanup
parent
cf9cddb2b8
commit
4590fdecdb
|
|
@ -240,8 +240,12 @@ class AWS {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd cache
|
cd cache
|
||||||
|
ls
|
||||||
|
|
||||||
|
echo ''
|
||||||
|
|
||||||
latest=$(ls -t | head -1)
|
latest=$(ls -t | head -1)
|
||||||
|
echo $latest
|
||||||
if [ -f $latest ]; then
|
if [ -f $latest ]; then
|
||||||
echo "Cache exists"
|
echo "Cache exists"
|
||||||
zip -r ./cache/lib.zip ./${buildUid}/repo/Library/.
|
zip -r ./cache/lib.zip ./${buildUid}/repo/Library/.
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -28,8 +28,12 @@ class AWS {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd cache
|
cd cache
|
||||||
|
ls
|
||||||
|
|
||||||
|
echo ''
|
||||||
|
|
||||||
latest=$(ls -t | head -1)
|
latest=$(ls -t | head -1)
|
||||||
|
echo $latest
|
||||||
if [ -f $latest ]; then
|
if [ -f $latest ]; then
|
||||||
echo "Cache exists"
|
echo "Cache exists"
|
||||||
zip -r ./cache/lib.zip ./${buildUid}/repo/Library/.
|
zip -r ./cache/lib.zip ./${buildUid}/repo/Library/.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue