Unverified Commit 3c3664e9 authored by ardnew's avatar ardnew Committed by GitHub

task: sanitize git log when building COMMIT variable (#1344)

parent 1b055e5e
......@@ -224,7 +224,7 @@ vars:
sh: echo `go list ./... | grep -v legacy | tr '\n' ' '`
# build vars
COMMIT:
sh: echo "$(git log -n 1 --format=%h)"
sh: echo "$(git log --no-show-signature -n 1 --format=%h)"
TIMESTAMP:
sh: echo "$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
TIMESTAMP_SHORT:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment