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
To be independent from underlying interpreter (bash, python, ruby, powershell...), the context declaration variables like workdir should be remove and replace by an inline command like:
bash -c "cd /tmp && bash"
It will be a good idea to enable generic context definition linked to the exec_* command. For example:
To be independent from underlying interpreter (bash, python, ruby, powershell...), the context declaration variables like
workdir
should be remove and replace by an inline command like:It will be a good idea to enable generic context definition linked to the exec_* command. For example:
The text was updated successfully, but these errors were encountered: