Skip to content

Commit 93c6a9a

Browse files
authored
fix(codepipeline-actions): default branch for CodeCommit is master (under feature flag) (#27753)
Closes #27710. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent 00d2ff2 commit 93c6a9a

File tree

58 files changed

+3191
-663
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+3191
-663
lines changed

packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.cfn-template-from-repo.lit.js.snapshot/aws-cdk-codepipeline-cloudformation.assets.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.cfn-template-from-repo.lit.js.snapshot/aws-cdk-codepipeline-cloudformation.template.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,21 @@
249249
"PipelineC660917D": {
250250
"Type": "AWS::CodePipeline::Pipeline",
251251
"Properties": {
252+
"ArtifactStore": {
253+
"EncryptionKey": {
254+
"Id": {
255+
"Fn::GetAtt": [
256+
"PipelineArtifactsBucketEncryptionKey01D58D69",
257+
"Arn"
258+
]
259+
},
260+
"Type": "KMS"
261+
},
262+
"Location": {
263+
"Ref": "PipelineArtifactsBucket22248F97"
264+
},
265+
"Type": "S3"
266+
},
252267
"RoleArn": {
253268
"Fn::GetAtt": [
254269
"PipelineRoleD68726F7",
@@ -272,7 +287,7 @@
272287
"Name"
273288
]
274289
},
275-
"BranchName": "master",
290+
"BranchName": "main",
276291
"PollForSourceChanges": true
277292
},
278293
"Name": "Source",
@@ -368,22 +383,7 @@
368383
],
369384
"Name": "Deploy"
370385
}
371-
],
372-
"ArtifactStore": {
373-
"EncryptionKey": {
374-
"Id": {
375-
"Fn::GetAtt": [
376-
"PipelineArtifactsBucketEncryptionKey01D58D69",
377-
"Arn"
378-
]
379-
},
380-
"Type": "KMS"
381-
},
382-
"Location": {
383-
"Ref": "PipelineArtifactsBucket22248F97"
384-
},
385-
"Type": "S3"
386-
}
386+
]
387387
},
388388
"DependsOn": [
389389
"PipelineRoleDefaultPolicyC7A05455",

packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.cfn-template-from-repo.lit.js.snapshot/cdk.out

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.cfn-template-from-repo.lit.js.snapshot/integ.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk-testing/framework-integ/test/aws-codepipeline-actions/test/integ.cfn-template-from-repo.lit.js.snapshot/manifest.json

+9-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)