-
Notifications
You must be signed in to change notification settings - Fork 273
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
can't use dedicated envVars for singular garden command within workflow #3287
Comments
Thanks for reporting this @thatvegandev! We'll take a look. Actually, this looks more like a feature request, not a bug. The
So, something like this should work fine:
I'm wondering why |
@vvagaytsev could you speak to any underlying differences between
vs
The reason I ask is because my team and I have seen really really slow execution times when running garden commands via script. I think it might be a logging issue. I can try to get you more information on this if this sounds new to you. Also, one final question. In the docs it says "Not all Garden commands can be run in workflows, and some option flags are not available. Please see the command reference to see which commands are supported in workflows.", but then the command reference doesn't say which ones are supported. Are all of the commands listed supported? |
@thatvegandev thanks for the question, I'll check it with the teammates. @thsig @edvald what's the main diff between using We definitely need to update the documentation, I'll try to figure out which Garden commands are not supported in the workflows. How about passing |
Using |
This issue has been automatically marked as stale because it hasn't had any activity in 90 days. It will be closed in 14 days if no further activity occurs (e.g. changing labels, comments, commits, etc.). Please feel free to tag a maintainer and ask them to remove the label if you think it doesn't apply. Thank you for submitting this issue and helping make Garden a better product! |
Closing this as stale. Feel free to re-open if it's still a blocker. |
Bug
Current Behavior
As far as I can tell, there doesn't seem to be a way to pass a single environment variable to one specific workflow command. In other words, I don't want the variable for the entire workflow, just one command. Which means I can't use
command
and have to usescript
I think I just have to use
script
for now or break it out into it's own workflow which seems messyYour environment
garden version
0.12.44The text was updated successfully, but these errors were encountered: