From 8b4e4f01370d318658e22a22614d202391469e6d Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Tue, 28 Apr 2026 12:22:02 +0200 Subject: [PATCH] Revert "fix typo" This reverts commit 900ecf736e53bf3e09ffe3a3a91f15af6198d46e. --- opencloud/cmd/opencloud/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencloud/cmd/opencloud/main.go b/opencloud/cmd/opencloud/main.go index 2e13c9fb95..69aac9a23a 100644 --- a/opencloud/cmd/opencloud/main.go +++ b/opencloud/cmd/opencloud/main.go @@ -16,7 +16,7 @@ func main() { // INFO: this is a hotfix, we need to replace suture and wait for nats to // gracefully shutdown using rungroups // see https://github.com/opencloud-eu/opencloud/issues/2282 - if os.Getenv("OC_CI_ENVIRONMENT") != "true" { + if os.Getenv("OC_CI_ENVIRONMENT") == "true" { fmt.Println("Waiting for 30 seconds before exiting...") time.Sleep(30 * time.Second) fmt.Println("Exiting...")