temporary disable schedulers

This commit is contained in:
Andras Bacsai 2022-10-01 13:46:52 +00:00
parent 927a13cd76
commit f9e8400d83

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');