Browse Source

Add integrations/cloud-notifications to cleanup (#16102)

Fotis Voutsas 1 year ago
parent
commit
cca899db4c
1 changed files with 3 additions and 0 deletions
  1. 3 0
      integrations/gen_docs_integrations.py

+ 3 - 0
integrations/gen_docs_integrations.py

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