From bab0bf56a82a01a451055fb3eaf16ed5fac90671 Mon Sep 17 00:00:00 2001 From: ibrahim0814 Date: Thu, 14 Nov 2019 00:16:42 -0800 Subject: [PATCH] try 2 replacing pipe line --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 760ff2a..dce50a0 100644 --- a/index.js +++ b/index.js @@ -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);