try 2 replacing pipe line

This commit is contained in:
ibrahim0814
2019-11-14 00:16:42 -08:00
parent efc5cbe89b
commit bab0bf56a8

View File

@@ -47,7 +47,8 @@ try {
// })
body.replace("set -e +o pipefail","")
body = body.replace("set -e +o pipefail","")
execSh([`export CODECOV_TOKEN=${token}`, body],(error, stdout, stderr) => {
console.log("error: ", error);