Просмотр исходного кода

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

Fotis Voutsas 1 год назад
Родитель
Сommit
cca899db4c
1 измененных файлов с 3 добавлено и 0 удалено
  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):