try removing pipefail line

This commit is contained in:
ibrahim0814 2019-11-14 00:10:36 -08:00
parent 3d61f3d4c8
commit efc5cbe89b

View file

@ -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);