Updated tmp directory
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Joan Sanchez 2020-08-13 13:09:53 +02:00
parent c9ed17d981
commit c0794808f0
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ module.exports = Self => {
try { try {
const imageQueue = await Self.find({where: {error: null}}); const imageQueue = await Self.find({where: {error: null}});
const tempPath = path.join('/temp/salix-image'); const tempPath = path.join('/tmp/salix-image');
// Create temporary path // Create temporary path
await fs.mkdir(tempPath, {recursive: true}); await fs.mkdir(tempPath, {recursive: true});