Website build: comment the 'git clean', which is causing missing pages.

Sponsored by:	Rubicon Communications, LLC (netgate.com)
This commit is contained in:
Glen Barber 2020-12-13 15:13:25 -05:00
parent 41c404416f
commit b385a81223

View file

@ -142,7 +142,7 @@ else
for dir in ${subtrees}; do
#svn cleanup $dir >> $LOGFILE 2>&1 || exit 2;
#svn update --accept theirs-full $dir >> $LOGFILE 2>&1 || exit 2;
git -C main clean -f >> $LOGFILE 2>&1 || exit 2;
#git -C main clean -f >> $LOGFILE 2>&1 || exit 2;
git -C main pull --rebase >> $LOGFILE 2>&1 || exit 2;
done
fi