debug: remove worker jobs

This commit is contained in:
Andras Bacsai
2022-10-06 10:26:40 +02:00
parent d27426fd8f
commit b0b2657fe0
2 changed files with 36 additions and 36 deletions

View File

@@ -18,10 +18,10 @@ const options: any = {
}
}
},
jobs: [
{ name: 'infrastructure' },
{ name: 'deployApplication' },
],
// jobs: [
// { name: 'infrastructure' },
// { name: 'deployApplication' },
// ],
};
if (isDev) options.root = path.join(__dirname, '../jobs');