We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c0b531 commit 3f3c005Copy full SHA for 3f3c005
1 file changed
LambdaRuntimeDockerfiles/Infrastructure/src/Infrastructure/PipelinesStage.cs
@@ -16,14 +16,14 @@ public PipelinesStage(
16
{
17
// Create pipelines for main repository
18
CreatePipelinesForRepository(configuration,
19
- configuration.ProjectName,
+ string.Empty,
20
configuration.GitHubOwner,
21
configuration.GitHubRepository,
22
configuration.GitHubBranch);
23
24
// Create pipelines for staging repository
25
26
- $"{configuration.ProjectName}-staging",
+ "staging",
27
configuration.GitHubOwnerStaging,
28
configuration.GitHubRepositoryStaging,
29
configuration.GitHubBranchStaging);
0 commit comments