1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-04-16 01:06:58 +00:00

Merge pull request #801 from k8s-infra-cherrypick-robot/cherry-pick-800-to-release-0.11

[release-0.11] scripts/update-gh-pages: adjust commit message body
This commit is contained in:
Kubernetes Prow Robot 2022-04-11 07:30:08 -07:00 committed by GitHub
commit 6d3a16b7c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,7 +178,7 @@ make site-build
if [ -n "$_GIT_TAG" ]; then
commit_hash=${GIT_TAG:10}
else
commit_hash=`git describe --dirty --always`
commit_hash=`git describe --tags --dirty --always`
fi
# Switch to work in the gh-pages worktree