Updated tmp directory
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
c9ed17d981
commit
c0794808f0
|
@ -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});
|
||||||
|
|
Loading…
Reference in New Issue