@@ -24,8 +24,10 @@ class saveOssGitte {
bucket: "smcic-index",
});
this.execFun();
- if (!NewFiles) this.delDir();
- else this.delOneDir(NewFiles);
+ // if (!NewFiles) this.delDir();
+ // else this.delOneDir(NewFiles);
+
+ this.delDir()
}
/**