Skip to content

Commit 8d9c491

Browse files
committed
Don't execute failed module as part of example
1 parent ca4694d commit 8d9c491

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ModularPipelines.Examples/Program.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ await PipelineHostBuilder.Create()
3232
.AddModule<DependentOn4>()
3333
.AddModule<SubmodulesModule>()
3434
.AddModule<GitVersionModule>()
35-
.AddModule<GitLastCommitModule>()
36-
.AddModule<FailedModule>();
35+
.AddModule<GitLastCommitModule>();
3736
})
3837
.ExecutePipelineAsync();

0 commit comments

Comments
 (0)