1
0
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:
jaedle 2019-02-24 16:15:59 +01:00
parent 80f5cee599
commit 765e3dbf72
2 changed files with 6 additions and 1 deletions

View File

@ -38,7 +38,6 @@ tasks:
dependend-task-1:
cmds:
- echo 'dependend-task-1 was executed'
-
dependend-task-2:
cmds:
- echo 'dependend-task-2 was executed'

View File

@ -0,0 +1,6 @@
task: task-without-commands
summary
dependencies:
- dependend-task-1