-
-
Notifications
You must be signed in to change notification settings - Fork 763
Closed
Labels
state: can't reproNot enough information was given to reproduce the issue described.Not enough information was given to reproduce the issue described.
Description
Description
The documentation says that environment variables set through env can be used as $VAR. But this Taskfile (slightly modified from the example in the docs) fails:
version: '3'
env:
GREETING: Hey, there!
tasks:
greet:
cmds:
- echo Greeting = $GREETINGOutput:
> task greet
task: [greet] echo Greeting = $GREETING
Expected:
> task greet
task: [greet] echo Greeting = Hey, there!
Side note: This syntax worked until recently.
Version
3.44.1
Operating system
macOS Sequoia 15.5
Experiments Enabled
No response
Example Taskfile
version: '3'
env:
GREETING: Hey, there!
tasks:
greet:
cmds:
- echo $GREETINGMetadata
Metadata
Assignees
Labels
state: can't reproNot enough information was given to reproduce the issue described.Not enough information was given to reproduce the issue described.