mirror of
https://github.com/go-task/task.git
synced 2025-06-23 00:38:19 +02:00
feat: variable inheritance tests (#2038)
This commit is contained in:
9
testdata/var_inheritance/v3/shell/Taskfile.yml
vendored
Normal file
9
testdata/var_inheritance/v3/shell/Taskfile.yml
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
version: '3'
|
||||
|
||||
silent: true
|
||||
|
||||
tasks:
|
||||
default:
|
||||
cmds:
|
||||
- 'echo "{{.VAR}}"'
|
||||
- 'echo "$ENV"'
|
Reference in New Issue
Block a user