Skip to content

Commit

Permalink
Update bitbucket-pipelines.tester.js
Browse files Browse the repository at this point in the history
  • Loading branch information
reeceappling authored Aug 11, 2023
1 parent 0c0f77f commit 95ea489
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion services/bitbucket/bitbucket-pipelines.tester.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ function bitbucketNoResultResponse(stageName) {
state: {
type: 'pipeline_state_in_progress',
name: 'IN_PROGRESS',
stage: { name: stageName, type: 'pipeline_state_in_progress_halted' }
stage: {
name: stageName,
type: 'pipeline_state_in_progress_halted'
}
},
},
],
Expand Down

0 comments on commit 95ea489

Please sign in to comment.