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