Build: Put Current Git Commit ID On Site

This commit is contained in:
David A. Harding 2015-07-05 09:59:59 -04:00
parent 63361be1c1
commit c5363552bf
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7

View file

@ -99,6 +99,7 @@ build:
| egrep -v 'sha256sums.txt' \
| sort \
| xargs -d '\n' sha256sum > _site/sha256sums.txt
$S git show --oneline > _site/commit.txt
## Jekyll annoyingly returns success even when it emits errors and
## exceptions, so we'll grep its output for error strings