Removed rmdir
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
96f500d161
commit
0bb142a5d9
|
@ -95,8 +95,6 @@ module.exports = Self => {
|
|||
zip.extractAllTo(paths.tempDir, false);
|
||||
|
||||
await dumpData({file, entries, paths});
|
||||
|
||||
await fs.rmdir(paths.tempDir, {recursive: true});
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue