mirror of
https://github.com/go-task/task.git
synced 2024-12-14 10:52:43 +02:00
ec2110e58f
Closes #1014 Closes #990
10 lines
228 B
YAML
10 lines
228 B
YAML
version: '3'
|
|
|
|
tasks:
|
|
print:
|
|
cmds:
|
|
- echo included/TASK={{.TASK}}
|
|
- echo included/ROOT_DIR={{.ROOT_DIR}}
|
|
- echo included/TASKFILE_DIR={{.TASKFILE_DIR}}
|
|
- echo included/TASK_VERSION={{.TASK_VERSION}}
|