This website requires JavaScript.
Explore
Help
Register
Sign In
go
/
task
Watch
1
Star
0
Fork
0
You've already forked task
mirror of
https://github.com/go-task/task.git
synced
2025-02-01 13:17:56 +02:00
Code
Issues
Releases
Activity
task
/
testdata
/
cyclic
/
Taskfile.yml
11 lines
104 B
YAML
Raw
Normal View
History
Unescape
Escape
Create v3 compiler which respects declaration order of variables Also, fix "<no value>" been printed when a non-existing variable is printed.
2020-05-16 15:45:41 -03:00
version
:
'3'
changed cyclic dep detection 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
2017-07-08 13:33:55 -03:00
remove v1
2019-08-18 17:37:21 +02:00
tasks
:
task-1
:
deps
:
-
task
:
task-2
task-2
:
deps
:
-
task
:
task-1
Reference in New Issue
Copy Permalink