mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
print commands on summary only if commands are present
This commit is contained in:
6
testdata/summary/Taskfile.yml
vendored
6
testdata/summary/Taskfile.yml
vendored
@@ -12,7 +12,7 @@ tasks:
|
||||
- exit 0
|
||||
|
||||
task-without-summary:
|
||||
deps: [dependend-task]
|
||||
deps: [dependend-task-1]
|
||||
cmds:
|
||||
- echo 'task-without-summary was executed'
|
||||
|
||||
@@ -36,3 +36,7 @@ tasks:
|
||||
Last Line
|
||||
cmds:
|
||||
- exit 0
|
||||
|
||||
task-without-commands:
|
||||
summary: summary
|
||||
deps: [dependend-task-1]
|
||||
|
Reference in New Issue
Block a user