cleanup
parent
7132ada119
commit
009edbe477
|
|
@ -249,7 +249,7 @@ class AWS {
|
||||||
echo $latest
|
echo $latest
|
||||||
if [ -f $latest ]; then
|
if [ -f $latest ]; then
|
||||||
echo "Cache exists"
|
echo "Cache exists"
|
||||||
zip -r $latest ./${buildUid}/repo/Library/.
|
zip -r $latest ../${buildUid}/repo/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
|
|
@ -38,7 +38,7 @@ class AWS {
|
||||||
echo $latest
|
echo $latest
|
||||||
if [ -f $latest ]; then
|
if [ -f $latest ]; then
|
||||||
echo "Cache exists"
|
echo "Cache exists"
|
||||||
zip -r $latest ./${buildUid}/repo/Library/.
|
zip -r $latest ../${buildUid}/repo/Library/.
|
||||||
else
|
else
|
||||||
echo "Cache does not exist"
|
echo "Cache does not exist"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue