We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b055e5 commit 3c3664eCopy full SHA for 3c3664e
Taskfile.yml
@@ -224,7 +224,7 @@ vars:
224
sh: echo `go list ./... | grep -v legacy | tr '\n' ' '`
225
# build vars
226
COMMIT:
227
- sh: echo "$(git log -n 1 --format=%h)"
+ sh: echo "$(git log --no-show-signature -n 1 --format=%h)"
228
TIMESTAMP:
229
sh: echo "$(date -u +"%Y-%m-%dT%H:%M:%SZ")"
230
TIMESTAMP_SHORT:
0 commit comments