temporary disable schedulers
This commit is contained in:
parent
927a13cd76
commit
f9e8400d83
1 changed files with 4 additions and 4 deletions
|
|
@ -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');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue