File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
LambdaRuntimeDockerfiles/Infrastructure/src/Infrastructure Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ public PipelinesStage(
1616 {
1717 // Create pipelines for main repository
1818 CreatePipelinesForRepository ( configuration ,
19- string . Empty , // cloudformation already prepends the parent stack name which is configuration.ProjectName so we don't need to add it again
19+ configuration . ProjectName ,
2020 configuration . GitHubOwner ,
2121 configuration . GitHubRepository ,
2222 configuration . GitHubBranch ) ;
2323
2424 // Create pipelines for staging repository
2525 CreatePipelinesForRepository ( configuration ,
26- "staging" , // cloudformation already prepends the parent stack name which is configuration.ProjectName so we just add staging prefix only
26+ $ " { configuration . ProjectName } - staging" ,
2727 configuration . GitHubOwnerStaging ,
2828 configuration . GitHubRepositoryStaging ,
2929 configuration . GitHubBranchStaging ) ;
You can’t perform that action at this time.
0 commit comments