Skip to content

Commit

Permalink
change postCliContext added newly to context
Browse files Browse the repository at this point in the history
  • Loading branch information
go-to-k committed Mar 12, 2024
1 parent 85f008e commit 8ad99f0
Show file tree
Hide file tree
Showing 30 changed files with 30 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def handler(event, context):
`;

const app = new App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export class StackSetPipelineStack extends Stack {
}

const app = new App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as cdk from 'aws-cdk-lib';
import * as cpactions from 'aws-cdk-lib/aws-codepipeline-actions';

const app = new cdk.App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import * as codepipeline_actions from 'aws-cdk-lib/aws-codepipeline-actions';
import { STANDARD_NODEJS_RUNTIME } from '../../config';

const app = new cdk.App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as cpactions from 'aws-cdk-lib/aws-codepipeline-actions';
import { STANDARD_NODEJS_RUNTIME } from '../../config';

const app = new cdk.App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { App, RemovalPolicy, SecretValue, Stack } from 'aws-cdk-lib';
import * as cpactions from 'aws-cdk-lib/aws-codepipeline-actions';

const app = new App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as cdk from 'aws-cdk-lib';
import * as cpactions from 'aws-cdk-lib/aws-codepipeline-actions';

const app = new cdk.App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as cdk from 'aws-cdk-lib';
import * as cpactions from 'aws-cdk-lib/aws-codepipeline-actions';

const app = new cdk.App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as cdk from 'aws-cdk-lib';
import * as cpactions from 'aws-cdk-lib/aws-codepipeline-actions';

const app = new cdk.App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as cdk from 'aws-cdk-lib';
import * as cpactions from 'aws-cdk-lib/aws-codepipeline-actions';

const app = new cdk.App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import * as cdk from 'aws-cdk-lib';
import * as cpactions from 'aws-cdk-lib/aws-codepipeline-actions';

const app = new cdk.App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as cpactions from 'aws-cdk-lib/aws-codepipeline-actions';
/* eslint-disable quote-props */

const app = new cdk.App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as cdk from 'aws-cdk-lib';
import * as cpactions from 'aws-cdk-lib/aws-codepipeline-actions';

const app = new cdk.App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as cdk from 'aws-cdk-lib';
import * as cpactions from 'aws-cdk-lib/aws-codepipeline-actions';

const app = new cdk.App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import * as cpactions from 'aws-cdk-lib/aws-codepipeline-actions';
*/

const app = new cdk.App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import * as cpactions from 'aws-cdk-lib/aws-codepipeline-actions';
/* eslint-disable quote-props */

const app = new cdk.App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import * as cpactions from 'aws-cdk-lib/aws-codepipeline-actions';
*/

const app = new App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import * as cdk from 'aws-cdk-lib';
import * as cpactions from 'aws-cdk-lib/aws-codepipeline-actions';

const app = new cdk.App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as cdk from 'aws-cdk-lib';
import * as cpactions from 'aws-cdk-lib/aws-codepipeline-actions';

const app = new cdk.App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as cdk from 'aws-cdk-lib';
import * as cpactions from 'aws-cdk-lib/aws-codepipeline-actions';

const app = new cdk.App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { IntegTest, ExpectedResult, Match } from '@aws-cdk/integ-tests-alpha';
import * as cpactions from 'aws-cdk-lib/aws-codepipeline-actions';

const app = new cdk.App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as cdk from 'aws-cdk-lib';
import * as cpactions from 'aws-cdk-lib/aws-codepipeline-actions';

const app = new cdk.App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { S3SourceAction, CodeBuildAction } from 'aws-cdk-lib/aws-codepipeline-ac

const app = new App({
treeMetadata: false,
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import * as integ from '@aws-cdk/integ-tests-alpha';
import * as cpactions from 'aws-cdk-lib/aws-codepipeline-actions';

const app = new App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class MockAction implements codepipeline.IAction {
}

const app = new cdk.App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class AppStage extends Stage {
}

const app = new App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def handler(event, context):
`;

const app = new App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { CodePipelineStartPipelineExecution } from '../lib/codepipeline-start-pi
* 3. The pipeline is invoked by the scheduler every minute (but it needs only one successful execution to pass).
*/
const app = new cdk.App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as cdk from '../../core';
import * as cpactions from '../lib';

const app = new cdk.App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import * as cdk from '../../core';
import * as codepipeline_actions from '../lib';

const app = new cdk.App({
postCliContext: {
context: {
'@aws-cdk/aws-codepipeline:defaultPipelineTypeToV2': false,
},
});
Expand Down

0 comments on commit 8ad99f0

Please sign in to comment.