Skip to content

Commit

Permalink
do not forget about gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
andridzi committed Oct 22, 2024
1 parent dc4b83d commit 651839d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/vcs/gitlab_client/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func convertState(state pkg.CommitState) gitlab.BuildStateValue {
return gitlab.Running
case pkg.StateFailure, pkg.StateError, pkg.StatePanic:
return gitlab.Failed
case pkg.StateSuccess, pkg.StateWarning, pkg.StateNone:
case pkg.StateSuccess, pkg.StateWarning, pkg.StateNone, pkg.StateSkip:
return gitlab.Success
}

Expand Down

0 comments on commit 651839d

Please sign in to comment.