mirror of
https://github.com/go-task/task.git
synced 2026-06-25 05:35:56 +00:00
15 lines
220 B
Plaintext
15 lines
220 B
Plaintext
task: task-with-details
|
|
|
|
details of task-with-details - line 1
|
|
line 2
|
|
line 3
|
|
|
|
dependencies:
|
|
- dependend-task-1
|
|
- dependend-task-2
|
|
|
|
commands:
|
|
- echo 'task-with-details was executed'
|
|
- echo 'another command'
|
|
- exit 0
|