Skip to content

Commit b396c1e

Browse files
committed
Reduce unnecessary verbosity of workflow:validate task
The output from the schema download process is not of interests and makes it more difficult to find the important schema validation output in the event of a failure.
1 parent 0b94440 commit b396c1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Taskfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ tasks:
342342
cmds:
343343
- |
344344
wget \
345+
--quiet \
345346
--output-document="{{.WORKFLOW_SCHEMA_PATH}}" \
346347
{{.WORKFLOW_SCHEMA_URL}}
347348
- |

0 commit comments

Comments
 (0)