mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-14 06:57:26 +00:00
rem args
This commit is contained in:
parent
224e1a7a68
commit
73585d79f2
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -28,7 +28,7 @@ try {
|
||||||
console.log('statusCode:', response && response.statusCode);
|
console.log('statusCode:', response && response.statusCode);
|
||||||
//console.log('body:', body);
|
//console.log('body:', body);
|
||||||
|
|
||||||
const command = `bash ${body} -t ${token} -n ${name} -F ${flags} -f ${file}`
|
const command = `bash ${body}`
|
||||||
//const command = `bash ${body} -t ${token} -n ${name} -F ${flags} -f ${file}`
|
//const command = `bash ${body} -t ${token} -n ${name} -F ${flags} -f ${file}`
|
||||||
exec(command, (err, stdout, stderr) => {
|
exec(command, (err, stdout, stderr) => {
|
||||||
if (err) {
|
if (err) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue