Skip to content

Commit

Permalink
fix(pipeline): Fixed stage config for faileventual (#7174)
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmquach committed Jul 2, 2019
1 parent 40eb939 commit 9eb04b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export const OverrideFailure = (props: IOverrideFailureConfigProps) => {
} else if (value === 'faileventual') {
props.updateStageField({
failPipeline: false,
continuePipeline: true,
continuePipeline: false,
completeOtherBranchesThenFail: true,
});
}
Expand Down

0 comments on commit 9eb04b4

Please sign in to comment.