This should report the tahoe-depgraph revision.

This commit is contained in:
Jean-Paul Calderone 2019-09-13 12:52:11 -04:00
parent 227451732f
commit 00394de676

View File

@ -30,7 +30,7 @@ git config user.email 'tahoe-dev@tahoe-lafs.org'
git commit -am "\
Built from ${CIRCLE_REPOSITORY_URL}@${CIRCLE_SHA1}
tahoe-depgraph was $(git --git-dir ../.git rev-parse HEAD)
tahoe-depgraph was $(git rev-parse HEAD)
"
# Publish it on GitHub.