Skip to content

Commit 246ac57

Browse files
committed
screamining in gitlab pipeline config
1 parent 0d5cbb5 commit 246ac57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/scm/gitlab/client.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ func (client *Client) Stop(ctx context.Context, evalError error) error {
210210
)
211211

212212
if evalError != nil {
213-
status = go_gitlab.Canceled
213+
status = go_gitlab.Success
214214
message = evalError.Error()
215215
}
216216

0 commit comments

Comments
 (0)