Skip to content

Commit

Permalink
feat(codebuild): Allow AWS CodeBuild stage to produce artifacts (spin…
Browse files Browse the repository at this point in the history
…naker#7882)

Co-authored-by: Clare Liguori <[email protected]>
  • Loading branch information
2 people authored and Yun Zhang committed Mar 28, 2021
1 parent e905552 commit 8cb0ca0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Registry.pipeline.registerStage({
label: 'AWS CodeBuild',
description: 'Trigger a build in AWS CodeBuild',
key: 'awsCodeBuild',
producesArtifacts: false,
producesArtifacts: true,
component: AwsCodeBuildStageConfig,
validateFn: validate,
executionDetailsSections: [AwsCodeBuildExecutionDetails, ExecutionDetailsTasks],
Expand Down

0 comments on commit 8cb0ca0

Please sign in to comment.