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.
2 parents aa137d4 + eaa1267 commit d241e27Copy full SHA for d241e27
DistTasks.yml
@@ -191,7 +191,7 @@ tasks:
191
192
vars:
193
TAG:
194
- sh: echo "`git describe --tags --abbrev=0`"
+ sh: echo "`git describe --tags --abbrev=0 2> /dev/null`"
195
TIMESTAMP_SHORT:
196
sh: echo "{{now | date "20060102"}}"
197
VERSION: "{{if .CUSTOM_VERSION}}{{.CUSTOM_VERSION}}-{{.TIMESTAMP_SHORT}}{{else}}{{.TAG}}{{end}}"
0 commit comments