cleanup
parent
31df8abf88
commit
a758f9f8e0
|
|
@ -258,7 +258,7 @@ class AWS {
|
||||||
echo $latest
|
echo $latest
|
||||||
cd ../../
|
cd ../../
|
||||||
if [ ! -z $latest ]; then
|
if [ ! -z $latest ]; then
|
||||||
echo "Cache exists"
|
echo "Library cache exists from build $latest from $branchName"
|
||||||
unzip "cache/${branchName}/$latest" ./${buildUid}/repo/Library/.
|
unzip "cache/${branchName}/$latest" ./${buildUid}/repo/Library/.
|
||||||
else
|
else
|
||||||
echo "Cache does not exist"
|
echo "Cache does not exist"
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -45,7 +45,7 @@ class AWS {
|
||||||
echo $latest
|
echo $latest
|
||||||
cd ../../
|
cd ../../
|
||||||
if [ ! -z $latest ]; then
|
if [ ! -z $latest ]; then
|
||||||
echo "Cache exists"
|
echo "Library cache exists from build $latest from $branchName"
|
||||||
unzip "cache/${branchName}/$latest" ./${buildUid}/repo/Library/.
|
unzip "cache/${branchName}/$latest" ./${buildUid}/repo/Library/.
|
||||||
else
|
else
|
||||||
echo "Cache does not exist"
|
echo "Cache does not exist"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue