Tags for undeploy #734

Merged
telackey merged 3 commits from telackey/moretags into main 2024-02-07 21:45:16 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 5198f2d3cc - Show all commits

View File

@ -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:

View File

@ -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