Add codepipeline.delete_pipeline
This commit is contained in:
parent
9871eda3c9
commit
8e03b1d525
4 changed files with 683 additions and 13 deletions
|
|
@ -142,6 +142,9 @@ class CodePipelineBackend(BaseBackend):
|
|||
|
||||
return sorted(pipelines, key=lambda i: i["name"])
|
||||
|
||||
def delete_pipeline(self, name):
|
||||
self.pipelines.pop(name, None)
|
||||
|
||||
|
||||
codepipeline_backends = {}
|
||||
for region in Session().get_available_regions("codepipeline"):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue