mirror of
https://github.com/go-task/task.git
synced 2025-11-23 22:24:45 +02:00
10 lines
104 B
YAML
10 lines
104 B
YAML
version: '3'
|
|
|
|
silent: true
|
|
|
|
tasks:
|
|
default:
|
|
cmds:
|
|
- 'echo "{{.VAR}}"'
|
|
- 'echo "$ENV"'
|