Skip to content

Commit

Permalink
fix(#292): fix build status call
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanHCB committed Jun 13, 2024
1 parent fe49140 commit aed16df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/repository/bitbucket/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ func (r *Impl) AddCommitBuildStatus(ctx context.Context, commitHash string, url

state := "FAILED"
if success {
state = "SUCCESS"
state = "SUCCESSFUL"
}

request := bbclientint.CommitBuildStatusRequest{
Expand Down

0 comments on commit aed16df

Please sign in to comment.