- Notifications
You must be signed in to change notification settings - Fork139
Open
Description
[tasks.a]env = {"A_ENV" ="hello" }script ="echo ${A_ENV}"[tasks.b]script ="echo ${A_ENV}"[tasks.a-then-b]dependencies = ["a","b"][tasks.b-then-a]dependencies = ["b","a"]
My expectation is thatA_ENV is scoped to taska, so that botha-then-b andb-then-a only print a single "hello". However,a-then-b prints two.
Metadata
Metadata
Assignees
Labels
No labels