mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-08 03:57:26 +00:00
try removing pipefail line
This commit is contained in:
parent
3d61f3d4c8
commit
efc5cbe89b
1 changed files with 2 additions and 0 deletions
2
index.js
2
index.js
|
|
@ -47,6 +47,8 @@ try {
|
|||
|
||||
// })
|
||||
|
||||
body.replace("set -e +o pipefail","")
|
||||
|
||||
execSh([`export CODECOV_TOKEN=${token}`, body],(error, stdout, stderr) => {
|
||||
console.log("error: ", error);
|
||||
console.log("stdout: ", stdout);
|
||||
|
|
|
|||
Loading…
Reference in a new issue