Revert "introduce ci env variable"

This reverts commit 01686db6d9.
This commit is contained in:
Ralf Haferkamp
2026-04-28 17:24:06 +02:00
committed by Ralf Haferkamp
parent c0b0910000
commit e9ce946fe0
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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("TEST_SERVER_URL") == "" {
fmt.Println("Waiting for 30 seconds before exiting...")
time.Sleep(30 * time.Second)
fmt.Println("Exiting...")