mirror of
https://github.com/go-task/task.git
synced 2024-12-16 10:59:23 +02:00
2dd3564da1
since interpolation can be used, detection should be a execution time, and not before now, to prevent infinite execution, there's a miximum of 100 calls per task closes #37
8 lines
71 B
YAML
8 lines
71 B
YAML
task-1:
|
|
deps:
|
|
- task: task-2
|
|
|
|
task-2:
|
|
deps:
|
|
- task: task-1
|