mirror of
https://github.com/go-task/task.git
synced 2025-06-23 00:38:19 +02:00
chore: remove code that outputs the graphviz file
This commit is contained in:
3
setup.go
3
setup.go
@ -76,9 +76,6 @@ func (e *Executor) readTaskfile(node taskfile.Node) error {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
if err := graph.Visualize("./taskfile-dag.gv"); err != nil {
|
|
||||||
return err
|
|
||||||
}
|
|
||||||
if e.Taskfile, err = graph.Merge(); err != nil {
|
if e.Taskfile, err = graph.Merge(); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user