1
0
mirror of https://github.com/go-task/task.git synced 2025-04-17 12:06:30 +02:00
2024-05-12 20:32:09 +01:00

12 lines
116 B
YAML

version: "3"
vars:
DIR: bar
tasks:
pwd:
dir: ./{{ .DIR }}
cmds:
- echo "{{ .DIR }}"
- pwd