Skip to content

Commit e79d2ce

Browse files
committed
fix(pipeline): correct review URL for qualifier use
1 parent 4720feb commit e79d2ce

File tree

1 file changed

+1
-1
lines changed
  • source/packages/@aws-accelerator/accelerator/lib

1 file changed

+1
-1
lines changed

source/packages/@aws-accelerator/accelerator/lib/pipeline.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,7 @@ export class AcceleratorPipeline extends Construct {
10031003
*/
10041004
const reviewLink = `https://${cdk.Stack.of(this).region}.console.${this.getConsoleUrlSuffixForPartition(
10051005
this.props.partition,
1006-
)}/s3/buckets/${this.props.prefixes.bucketName}-pipeline-${cdk.Stack.of(this).account}-${
1006+
)}/s3/buckets/${this.pipeline.artifactBucket.bucketName}-pipeline-${cdk.Stack.of(this).account}-${
10071007
cdk.Stack.of(this).region
10081008
}?prefix=AWSAccelerator-Pipel/Diffs/#{codepipeline.PipelineExecutionId}/&region=${
10091009
cdk.Stack.of(this).region

0 commit comments

Comments
 (0)