cleanup
parent
33415fc1a6
commit
2a8ff85c25
|
|
@ -271,6 +271,8 @@ class AWS {
|
||||||
rm -r $libDir
|
rm -r $libDir
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "Checking cache"
|
||||||
|
|
||||||
# Restore cache
|
# Restore cache
|
||||||
latest=$(ls -t | head -1)
|
latest=$(ls -t | head -1)
|
||||||
if [ ! -z "$latest" ]; then
|
if [ ! -z "$latest" ]; then
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -59,6 +59,8 @@ class AWS {
|
||||||
rm -r $libDir
|
rm -r $libDir
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo "Checking cache"
|
||||||
|
|
||||||
# Restore cache
|
# Restore cache
|
||||||
latest=$(ls -t | head -1)
|
latest=$(ls -t | head -1)
|
||||||
if [ ! -z "$latest" ]; then
|
if [ ! -z "$latest" ]; then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue