We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7888d commit b721bc9Copy full SHA for b721bc9
update.sh
@@ -68,10 +68,12 @@ do
68
"/etc/apache2/sites-enabled/${branchid}".conf
69
hash=$(git log ${branchname} -1 --format='%H')
70
{
71
+ echo '<hr>'
72
echo "<h3>${branchid} (${branchname})</h3>"
73
echo '<p><b>Commit: </b>'
74
echo " <a href=\"https://github.com/creativecommons/creativecommons.org/commit/${hash}\">${hash}</a>"
75
echo '</p>'
76
+ echo "<p><a href=\"https://${domain}/\">${domain}</a></p>"
77
} >> "${statusfile}"
78
git log ${branchname} -1 --format="<p>%s</p>" >> "${statusfile}"
79
echo
0 commit comments