mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 07:40:39 -04:00
Don't call rebuild-cache library
from deploy
Should have put this change in #384
This commit is contained in:
parent
ec26e7f9af
commit
e9a8c9f595
1 changed files with 0 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue