Skip to content

Commit

Permalink
Merge branch 'main' into renovate/maru-support-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 authored Jul 11, 2024
2 parents 4634899 + 661333b commit d865024
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d865024

Please sign in to comment.