Skip to content

Commit

Permalink
Update packages/@aws-cdk-testing/framework-integ/test/pipelines/test/…
Browse files Browse the repository at this point in the history
…integ.newpipeline-with-cross-region-replication-buckets.ts
  • Loading branch information
ahammond committed Jan 4, 2024
1 parent 7a8be3c commit 721bbd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class PipelineStack extends Stack {
const pipeline = new pipelines.CodePipeline(this, 'Pipeline', {
synth: new pipelines.ShellStep('Synth', {
input: pipelines.CodePipelineSource.gitHub(
'jose-clickup/cdk-pipelines-demo',
'aws-samples/amazon-codewhisperer-workshop',
'main',
),
commands: ['npm ci', 'npm run build', 'npx cdk synth'],
Expand Down

0 comments on commit 721bbd7

Please sign in to comment.