diff --git a/src/cmd/root.go b/src/cmd/root.go index 46f9a72..0eb7a7d 100644 --- a/src/cmd/root.go +++ b/src/cmd/root.go @@ -91,6 +91,10 @@ func cliSetup() { message.SLog.Warn(fmt.Sprintf("Unable to setup log file: %s", err.Error())) } } + + if os.Getenv("CI") == "true" { + message.NoProgress = true + } } // exitOnInterrupt catches an interrupt and exits with fatal error