Skip to content

Commit 3035f92

Browse files
committed
Remove artifacts overrides. There should be no reason to override the artifacts.
If artifacts are specified on the CodeBuild project, we want to be able to use them.
1 parent 3cae091 commit 3035f92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/cdk-pull-request-check/src/pull-request-check.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ export class PullRequestCheck extends Construct {
203203
new CodeBuildProject(this.pullRequestProject, {
204204
event: RuleTargetInput.fromObject({
205205
sourceVersion: EventField.fromPath('$.detail.sourceCommit'),
206-
artifactsOverride: { type: 'NO_ARTIFACTS' },
207206
environmentVariablesOverride: [
208207
{
209208
name: 'pullRequestId',

0 commit comments

Comments
 (0)