-
-
Notifications
You must be signed in to change notification settings - Fork 793
Closed as duplicate of#1038
Labels
area: envChanges related to environment variables.Changes related to environment variables.breaking changeChanges that are not backward compatible.Changes that are not backward compatible.
Description
- Task version: 3.2.2
- Operating System: MacOS & Linux
Firstly thanks a lot for the excellent tool! I've moved lots of hacky shell scripts over to task.
Example Taskfile showing the issue
version: "3"
env:
PATH: test
tasks:
path:
- echo $PATHThe result is my existing path. Switching from PATH to PATH2 shows test as expected. Is this intentional?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area: envChanges related to environment variables.Changes related to environment variables.breaking changeChanges that are not backward compatible.Changes that are not backward compatible.