mirror of
https://github.com/go-task/task.git
synced 2025-03-21 21:27:07 +02:00
print only commands if present
This commit is contained in:
parent
80f5cee599
commit
765e3dbf72
1
testdata/summary/Taskfile.yml
vendored
1
testdata/summary/Taskfile.yml
vendored
@ -38,7 +38,6 @@ tasks:
|
|||||||
dependend-task-1:
|
dependend-task-1:
|
||||||
cmds:
|
cmds:
|
||||||
- echo 'dependend-task-1 was executed'
|
- echo 'dependend-task-1 was executed'
|
||||||
-
|
|
||||||
dependend-task-2:
|
dependend-task-2:
|
||||||
cmds:
|
cmds:
|
||||||
- echo 'dependend-task-2 was executed'
|
- echo 'dependend-task-2 was executed'
|
||||||
|
6
testdata/summary/task-without-commands.txt
vendored
Normal file
6
testdata/summary/task-without-commands.txt
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
task: task-without-commands
|
||||||
|
|
||||||
|
summary
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
- dependend-task-1
|
Loading…
x
Reference in New Issue
Block a user