stuff
This commit is contained in:
parent
b1e3e23d91
commit
23f7cf1f68
@ -202,6 +202,7 @@ var run = function(req, res, runner){
|
|||||||
return request.post(httpOptions, function(error, response, body){
|
return request.post(httpOptions, function(error, response, body){
|
||||||
// console.log('runner response:', arguments)
|
// console.log('runner response:', arguments)
|
||||||
if(error) return false;
|
if(error) return false;
|
||||||
|
console.log('body', body);
|
||||||
body = JSON.parse(body);
|
body = JSON.parse(body);
|
||||||
|
|
||||||
body['ip'] = getAvailrunner(runner).label;
|
body['ip'] = getAvailrunner(runner).label;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user