mirror of
https://github.com/netdata/netdata.git
synced 2025-04-17 19:22:40 +00:00
Add integrations/cloud-notifications to cleanup (#16102)
This commit is contained in:
parent
20767d9cd2
commit
cca899db4c
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ def cleanup():
|
|||
for element in Path("exporting").glob('**/*/'):
|
||||
if "integrations" in str(element):
|
||||
shutil.rmtree(element)
|
||||
for element in Path("integrations/cloud-notifications").glob('**/*/'):
|
||||
if "integrations" in str(element):
|
||||
shutil.rmtree(element)
|
||||
|
||||
|
||||
def generate_category_from_name(category_fragment, category_array):
|
||||
|
|
Loading…
Add table
Reference in a new issue