cleanup
parent
d2571a6c0f
commit
f10489a9d0
|
|
@ -241,7 +241,8 @@ class AWS {
|
||||||
if [ ! -d "cache/${branchName}" ]; then
|
if [ ! -d "cache/${branchName}" ]; then
|
||||||
mkdir "cache/${branchName}"
|
mkdir "cache/${branchName}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
ls
|
||||||
cd ./cache/${branchName}
|
cd ./cache/${branchName}
|
||||||
ls
|
ls
|
||||||
|
|
||||||
|
|
@ -251,7 +252,7 @@ class AWS {
|
||||||
echo $latest
|
echo $latest
|
||||||
if [ -f $latest ]; then
|
if [ -f $latest ]; then
|
||||||
echo "Cache exists"
|
echo "Cache exists"
|
||||||
unzip $latest ../../${buildUid}/repo/Library/.
|
unzip "$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
|
|
@ -28,7 +28,8 @@ class AWS {
|
||||||
if [ ! -d "cache/${branchName}" ]; then
|
if [ ! -d "cache/${branchName}" ]; then
|
||||||
mkdir "cache/${branchName}"
|
mkdir "cache/${branchName}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
ls
|
||||||
cd ./cache/${branchName}
|
cd ./cache/${branchName}
|
||||||
ls
|
ls
|
||||||
|
|
||||||
|
|
@ -38,7 +39,7 @@ class AWS {
|
||||||
echo $latest
|
echo $latest
|
||||||
if [ -f $latest ]; then
|
if [ -f $latest ]; then
|
||||||
echo "Cache exists"
|
echo "Cache exists"
|
||||||
unzip $latest ../../${buildUid}/repo/Library/.
|
unzip "$latest" ../../${buildUid}/repo/Library/.
|
||||||
else
|
else
|
||||||
echo "Cache does not exist"
|
echo "Cache does not exist"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue