Don't call rebuild-cache library from deploy

Should have put this change in #384
This commit is contained in:
Mike Colagrosso 2024-07-26 07:23:21 -06:00 committed by Alex Cabal
parent ec26e7f9af
commit e9a8c9f595

View file

@ -414,22 +414,6 @@ if tsp | grep --quiet --extended-regexp "^[0-9]+\s+queued"; then
queuedTasks="true"
fi
if [ "${queuedTasks}" = "false" ]; then
if [ "${verbose}" = "true" ]; then
printf "Rebuilding web library cache ... "
fi
"${scriptsDir}"/rebuild-cache library
if [ "${verbose}" = "true" ]; then
printf "Done.\n"
fi
else
if [ "${verbose}" = "true" ]; then
printf "Tasks queued after this one, not rebuilding web library cache.\n"
fi
fi
if [ "${feeds}" = "true" ]; then
# Build the various feeds catalog, but only if we don't have more items in the tsp build queue.
if [ "${queuedTasks}" = "false" ]; then