Refactor meta ci-cd pipeline.

This commit is contained in:
Spencer Ofwiti
2021-06-07 16:11:03 +00:00
parent 9607994c31
commit 89b90da5d2
15 changed files with 2812 additions and 25 deletions

View File

@@ -204,7 +204,7 @@ async function processRequest(req, res) {
}
if (content === undefined) {
console.error('empty onctent', data);
console.error('empty content', data);
res.writeHead(400, {"Content-Type": "text/plain"});
res.end();
return;