upd: api.module.release (make output when @step given consistent from when not given)
This commit is contained in:
parent
8344ad73f2
commit
617dc8c825
|
@ -61,7 +61,7 @@
|
||||||
exec($js[$project]['cmd'][$step], $stdout);
|
exec($js[$project]['cmd'][$step], $stdout);
|
||||||
|
|
||||||
/* (2.3) Dispatch output */
|
/* (2.3) Dispatch output */
|
||||||
return [ $js[$project]['cmd'][$step] => $stdout ];
|
return [ 'stdout' => [ $js[$project]['cmd'][$step] => $stdout ] ];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue