1
0
mirror of https://github.com/go-task/task.git synced 2025-11-25 22:32:55 +02:00
Files
task/testdata/includes_remote/first/Taskfile.yml

12 lines
188 B
YAML

version: '3'
includes:
second: "{{.SECOND_REMOTE_URL}}"
tasks:
write-file:
requires:
vars: [CONTENT, OUTPUT_FILE]
cmd: |
echo "{{.CONTENT}}" > "{{.OUTPUT_FILE}}"