Skip to content

Commit

Permalink
Update integ.newpipeline-with-vpc.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-DB authored Jul 17, 2024
1 parent 138210a commit 00f9849
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { Construct } from 'constructs';
import * as path from 'path';
import { PIPELINE_REDUCE_ASSET_ROLE_TRUST_SCOPE } from 'aws-cdk-lib/cx-api';


class PipelineStack extends Stack {
constructor(scope: Construct, id: string, props?: StackProps) {
super(scope, id, props);
Expand Down Expand Up @@ -61,4 +60,4 @@ const pipeStack = new PipelineStack(app, 'PipelineStack');
new IntegTest(app, 'Integ', {
testCases: [pipeStack],
});
app.synth();
app.synth();

0 comments on commit 00f9849

Please sign in to comment.