logging improvement
parent
67022616fd
commit
9c288def3f
|
|
@ -21,6 +21,7 @@ if [ -d "$libraryFolderFull" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Restore library cache
|
# Restore library cache
|
||||||
|
ls -lh "$libraryCacheFolder"
|
||||||
latestLibraryCacheFile=$(ls -t "$libraryCacheFolder" | grep .zip$ | head -1)
|
latestLibraryCacheFile=$(ls -t "$libraryCacheFolder" | grep .zip$ | head -1)
|
||||||
|
|
||||||
echo "Checking if $libraryCacheFolder/$latestLibraryCacheFile exists from $branch"
|
echo "Checking if $libraryCacheFolder/$latestLibraryCacheFile exists from $branch"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue