temporary disable schedulers
This commit is contained in:
@@ -18,10 +18,10 @@ const options: any = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
jobs: [
|
// jobs: [
|
||||||
{ name: 'infrastructure' },
|
// { name: 'infrastructure' },
|
||||||
{ name: 'deployApplication' },
|
// { name: 'deployApplication' },
|
||||||
],
|
// ],
|
||||||
};
|
};
|
||||||
if (isDev) options.root = path.join(__dirname, '../jobs');
|
if (isDev) options.root = path.join(__dirname, '../jobs');
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user