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
- MKE Host configuration for commands that should use sudo
- MKE Host now wraps rig Connection Exec commands, to check if sudo is needed
- Phases that use configurer.AuthenticateDocker now skips that if docker
runs with sudo.
ALSO
- update example TF lock
- some small linting control changes for latest golangci-lint
- skipped some linting on wrapped/decorated functions
Signed-off-by: James Nesbitt <[email protected]>
// ExecStreams executes a command on the remote host and uses the passed in streams for stdin, stdout and stderr. It returns a Waiter with a .Wait() function that
157
+
// blocks until the command finishes and returns an error if the exit code is not zero.
0 commit comments