From f1736e4c73b803aab23ce3360828de5734692bb1 Mon Sep 17 00:00:00 2001 From: Dave Stanke Date: Mon, 14 Jan 2019 12:06:55 -0500 Subject: [PATCH] Suppress logging of footer contents during build --- tools/insert_git_commit_link.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/insert_git_commit_link.sh b/tools/insert_git_commit_link.sh index 00f84ae..900d8bf 100755 --- a/tools/insert_git_commit_link.sh +++ b/tools/insert_git_commit_link.sh @@ -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 \ No newline at end of file