Suppress logging of footer contents during build

This commit is contained in:
Dave Stanke 2019-01-14 12:06:55 -05:00
parent d7148808de
commit b7ad9adefa

View file

@ -8,5 +8,6 @@ if [[ "$COMMIT_SHA" && "$SHORT_SHA" ]]; then
sed -i'' -e "s^$target^$replace^g" src/frontend/templates/footer.html
cat src/frontend/templates/footer.html
# echo 'debug: contents of footer.html:'
# cat src/frontend/templates/footer.html
fi