Skip to content

Commit

Permalink
Change pipeline trigger branch to main
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswilty committed Jul 26, 2024
1 parent f522ad9 commit edd1d04
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cloud/lib/pipeline-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ export class PipelineStack extends Stack {

const sourceCode = CodePipelineSource.connection(
'ScottLogic/prompt-injection',
// FIXME Change branch to 'main' once tested:
'feature/aws-cloud-infrastructure',
'main',
{
connectionArn: `arn:aws:codestar-connections:${env.region}:${env.account}:connection/05c0f0a4-2233-4269-a697-33a339f8a6bc`,
}
Expand All @@ -40,7 +39,6 @@ export class PipelineStack extends Stack {
synth: new ShellStep('Synth', {
input: sourceCode,
installCommands: ['npm ci'],
// FIXME Change to cdk:synth:prod once tested:
commands: ['cd cloud', `npm run cdk:synth -- --context STAGE=${stage}`],
primaryOutputDirectory: 'cloud/cdk.out',
}),
Expand Down

0 comments on commit edd1d04

Please sign in to comment.