cleanup
parent
7d11eca81c
commit
5c8dd84cd2
|
|
@ -250,9 +250,9 @@ class AWS {
|
||||||
fi
|
fi
|
||||||
cd "${branchName}"
|
cd "${branchName}"
|
||||||
|
|
||||||
|
echo ''
|
||||||
|
echo 'Cached Libraries for ${branchName}'
|
||||||
ls
|
ls
|
||||||
|
|
||||||
echo ''
|
echo ''
|
||||||
|
|
||||||
latest=$(ls -t | head -1)
|
latest=$(ls -t | head -1)
|
||||||
|
|
@ -260,7 +260,7 @@ class AWS {
|
||||||
if [ -f $latest ]; then
|
if [ -f $latest ]; then
|
||||||
echo "Cache exists"
|
echo "Cache exists"
|
||||||
cd ../../
|
cd ../../
|
||||||
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"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -37,9 +37,9 @@ class AWS {
|
||||||
fi
|
fi
|
||||||
cd "${branchName}"
|
cd "${branchName}"
|
||||||
|
|
||||||
|
echo ''
|
||||||
|
echo 'Cached Libraries for ${branchName}'
|
||||||
ls
|
ls
|
||||||
|
|
||||||
echo ''
|
echo ''
|
||||||
|
|
||||||
latest=$(ls -t | head -1)
|
latest=$(ls -t | head -1)
|
||||||
|
|
@ -47,7 +47,7 @@ class AWS {
|
||||||
if [ -f $latest ]; then
|
if [ -f $latest ]; then
|
||||||
echo "Cache exists"
|
echo "Cache exists"
|
||||||
cd ../../
|
cd ../../
|
||||||
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"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue