-
-
Notifications
You must be signed in to change notification settings - Fork 631
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
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=) |
pd93
added a commit
that referenced
this issue
Jan 2, 2025
* forward env to RunCommand when evaluating sh vars. fixes #1742 * feat: added tests * fix: test --------- Co-authored-by: Pete Davison <[email protected]>
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: