Skip to content

Commit

Permalink
feat(codebuild): Allow AWS CodeBuild stage to produce artifacts (#7882)
Browse files Browse the repository at this point in the history
Co-authored-by: Clare Liguori <[email protected]>
  • Loading branch information
Kaixiang-AWS and clareliguori authored Feb 12, 2020
1 parent bead9cd commit 210843f
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 210843f

Please sign in to comment.