Merge pull request #7309 from kobergj/ChaseThePipelineGhost

[full-ci] Chase the pipline ghost
This commit is contained in:
kobergj
2023-09-22 11:03:05 +02:00
committed by GitHub
34 changed files with 49 additions and 1 deletions
+2
View File
@@ -3,6 +3,7 @@ package command
import (
"context"
"fmt"
"os"
"github.com/cs3org/reva/v2/pkg/events"
"github.com/cs3org/reva/v2/pkg/events/stream"
@@ -144,6 +145,7 @@ func Server(cfg *config.Config) *cli.Command {
Msg("Shutting down server")
cancel()
os.Exit(1)
})
}