From 246ac57521355c36390783651eaaa0f9e912b50f Mon Sep 17 00:00:00 2001 From: Christian Winther Date: Wed, 4 Sep 2024 18:05:18 +0200 Subject: [PATCH] screamining in gitlab pipeline config --- pkg/scm/gitlab/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/scm/gitlab/client.go b/pkg/scm/gitlab/client.go index a49095a..fdff304 100644 --- a/pkg/scm/gitlab/client.go +++ b/pkg/scm/gitlab/client.go @@ -210,7 +210,7 @@ func (client *Client) Stop(ctx context.Context, evalError error) error { ) if evalError != nil { - status = go_gitlab.Canceled + status = go_gitlab.Success message = evalError.Error() }