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
Right now bash is required only to be able to restore the set of environment variables on each substep.
If at all possible it would be much faster to just start a non-login shell (overridable through YML shell: /bin/sh) with -s and pipe commands in and out of that.
See http://technosophos.com/2014/07/11/start-an-interactive-shell-from-within-go.html
The text was updated successfully, but these errors were encountered:
Right now bash is required only to be able to restore the set of environment variables on each substep.
If at all possible it would be much faster to just start a non-login shell (overridable through YML
shell: /bin/sh
) with-s
and pipe commands in and out of that.See http://technosophos.com/2014/07/11/start-an-interactive-shell-from-within-go.html
The text was updated successfully, but these errors were encountered: