Skip to content

Commit

Permalink
Merge pull request jenkins-x#296 from NTTDATA-CLOUDHEDGE-POC/fix_ref_…
Browse files Browse the repository at this point in the history
…combined_state_bbc

fix: initialize CombinedStatus with computed combined state value (BBC)
  • Loading branch information
jenkins-x-bot-test authored Jul 27, 2021
2 parents c6081f7 + 499f2b2 commit 5ba6bbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scm/driver/bitbucket/repo.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ func (s *repositoryService) FindCombinedStatus(ctx context.Context, repo, ref st
}

combined := &scm.CombinedStatus{
State: 0,
State: combinedState,
Sha: ref,
Statuses: statuses,
}
Expand Down

0 comments on commit 5ba6bbf

Please sign in to comment.