Removed rmdir
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2022-06-04 12:25:05 +02:00
parent 96f500d161
commit 0bb142a5d9
1 changed files with 0 additions and 2 deletions

View File

@ -95,8 +95,6 @@ module.exports = Self => {
zip.extractAllTo(paths.tempDir, false);
await dumpData({file, entries, paths});
await fs.rmdir(paths.tempDir, {recursive: true});
});
}