1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

feat: variable inheritance tests (#2038)

This commit is contained in:
Pete Davison
2025-02-05 19:51:52 +00:00
committed by GitHub
parent 3aee0a0519
commit b5b1524d3a
49 changed files with 519 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
version: '3'
silent: true
dotenv:
- 'global.env'
tasks:
default:
cmds:
- 'echo "{{.VAR}}"'
- 'echo "$ENV"'

View File

@@ -0,0 +1,2 @@
VAR=entrypoint-global-dotenv
ENV=entrypoint-global-dotenv