You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Poking around in the dojo code, I see where the BashShellService is created and used, but it looks to me like it sets the environment for the shell to an empty string array. I assume it would pick the environment (including PATH) from the parent shell, but I don't know enough about golang to work it out.
There is a new Dojo version 0.13.3. It would be great if you could please check if the above error still persists with that new Dojo version.
Also, I added a log message that prints the info about the environment variables (to check your theory from the above comment). To see that log output, please add the followiing at the end of your dojo command: --log-level=debug and look for a message that starts with: Local enviroment variables. Hopefully, it's not an intermitent error!
Hi folks!
My Dojofile looks like:
The text was updated successfully, but these errors were encountered: