1
0
mirror of https://github.com/go-task/task.git synced 2026-06-17 21:35:29 +02:00
Files
task/testdata/includes_empty/Taskfile2.yml
T

11 lines
125 B
YAML
Raw Normal View History

version: '3'
2018-12-02 14:17:32 -02:00
vars:
FILE: file.txt
CONTENT: default
tasks:
default:
cmds:
- echo "{{.CONTENT}}" > {{.FILE}}