Skip to content

Commit 651839d

Browse files
committed
do not forget about gitlab
1 parent dc4b83d commit 651839d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/vcs/gitlab_client/status.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func convertState(state pkg.CommitState) gitlab.BuildStateValue {
6969
return gitlab.Running
7070
case pkg.StateFailure, pkg.StateError, pkg.StatePanic:
7171
return gitlab.Failed
72-
case pkg.StateSuccess, pkg.StateWarning, pkg.StateNone:
72+
case pkg.StateSuccess, pkg.StateWarning, pkg.StateNone, pkg.StateSkip:
7373
return gitlab.Success
7474
}
7575

0 commit comments

Comments
 (0)