diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 12:29:24 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 12:29:24 -0500 |
| commit | c09ea79a8dd4c6ac5f6929230fdcdfb04139f740 (patch) | |
| tree | 6a5455b3dc8c60ac69ff799e0e15c5741f8bf91e | |
| parent | f116cb2f630ce2c1af7330f5a27165e748093fdc (diff) | |
remove this check finallyv0.25.67
| -rw-r--r-- | doMerge.go | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -122,9 +122,8 @@ func safeToPublish() error { if bad { return log.Errorf("some repos had to be switched to the master branch") } - if !argv.Force { - return log.Errorf("notsure. it might be safe to publish(?)") - } + log.Info("it is probably safe to publish(?)") + time.Sleep(5 * time.Second) return nil } |
