revert last changes

This commit is contained in:
Andras Bacsai
2022-10-02 10:38:08 +02:00
committed by GitHub
parent 2c9bb0e767
commit 23265d9091
2 changed files with 29 additions and 34 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');