Skip to content

Commit

Permalink
fix(runJob): fix artifact output creation (#7579)
Browse files Browse the repository at this point in the history
fixes artifact output creation by passing in the `updatePipeline` method
  • Loading branch information
ethanfrogers authored and mergify[bot] committed Oct 29, 2019
1 parent f882544 commit 03cb78c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ export class KubernetesV2RunJobStageConfig extends React.Component<IStageConfigP
selectedArtifactAccount={stage.consumeArtifactAccount}
setArtifactAccount={(artifactAccount: string) => this.updateArtifactAccount(artifactAccount)}
setArtifactId={(artifactId: string) => this.updateArtifactId(artifactId)}
updatePipeline={this.props.updatePipeline}
/>
);
}
Expand Down

0 comments on commit 03cb78c

Please sign in to comment.