1
0
mirror of https://github.com/go-task/task.git synced 2025-01-22 05:10:17 +02:00
task/testdata/summary/task-with-summary.txt

23 lines
346 B
Plaintext
Raw Normal View History

2019-02-24 15:54:11 +01:00
task: task-with-summary
2019-02-24 14:24:55 +01:00
2019-02-24 15:54:11 +01:00
summary of task-with-summary - line 1
2019-02-24 14:24:55 +01:00
line 2
line 3
2019-02-24 14:53:39 +01:00
dependencies:
- dependend-task-1
- dependend-task-2
2019-02-24 14:24:55 +01:00
commands:
2019-02-24 15:54:11 +01:00
- echo 'task-with-summary was executed'
2019-02-24 14:37:14 +01:00
- echo 'another command'
- exit 0
2019-03-04 12:15:40 +01:00
task: other-task-with-summary
summary of other-task-with-summary
commands:
- echo 'other-task-with-summary was executed'