Tags for undeploy #734
@ -155,7 +155,6 @@ def command(ctx, laconic_config, deployment_parent_dir,
|
||||
|
||||
# Find removal requests.
|
||||
removals_by_deployment = {}
|
||||
skipped_by_deployment = {}
|
||||
removals_by_request = {}
|
||||
for r in laconic.app_deployment_removals():
|
||||
if r.attributes.deployment:
|
||||
|
@ -362,4 +362,4 @@ def skip_by_tag(r, include_tags, exclude_tags):
|
||||
if tag and (not r.attributes.tags or tag not in r.attributes.tags):
|
||||
return True
|
||||
|
||||
return False
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user