Skip to content

Commit

Permalink
Merge pull request #565 from Sitecore/hotfix/563-DeleteSitecoreEnviro…
Browse files Browse the repository at this point in the history
…nmentData-processor-is-run-even-in-case-SIM.Pipelines.Delete.CleanUp-one-fails

Hotfix/563 delete sitecore environment data processor is run even in case sim.pipelines.delete.clean up one fails
  • Loading branch information
AndreyFilchenkov authored Mar 10, 2021
2 parents 530ef37 + 60cb1d5 commit a6fd33c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SIM.Pipelines/PipelinesConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ public static class PipelinesConfig
</step>
<step>
<processor type=""SIM.Pipelines.Delete.CleanUp, SIM.Pipelines"" title=""Clean Up"" />
</step>
<step>
<processor type=""SIM.Pipelines.Delete.DeleteSitecoreEnvironmentData, SIM.Pipelines"" title=""Delete Sitecore environment data"" />
</step>
</delete9>
Expand Down

0 comments on commit a6fd33c

Please sign in to comment.