summaryrefslogtreecommitdiff
path: root/.githooks/post-receive.d/description-from-puppet-metadata
blob: 0f343806450637cb7c0fbdcb4bfe4534844d4659 (plain)
1
2
3
4
5
#!/bin/sh

set -e

git show HEAD:metadata.json | jq -r '.summary' > description