-
-
Notifications
You must be signed in to change notification settings - Fork 615
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Env access for sh vars #1742
Labels
state: needs triage
Waiting to be triaged by a maintainer.
Comments
I have stumbled over that too:
It looks like |
Same problem here. The example @nierob describes the issue quite well. |
Can confirm. Task version: v3.38.0 (h1:O7kgA6BfwktXHPrheByQO46p3teKtRuq1EpGnFxNzbo=) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I declared global env in a taskfile like so:
The expected output of this would be:
Actual output of this is:
Seems the vars
sh
are not picking up the taskfile env which would be my expectation...The text was updated successfully, but these errors were encountered: