rm first 8 lines of code

This commit is contained in:
ibrahim0814
2019-11-14 01:04:58 -08:00
parent 747c905e39
commit 6e83ad2f33
7 changed files with 373 additions and 1 deletions

View File

@@ -48,7 +48,8 @@ try {
// })
//body = body.replace("set -e +o pipefail","")
body = body.split("\n").slice(8).join("\n")
execFile(body,[], {shell: true, env:{CODECOV_TOKEN: 'e0f9f29c-c2e4-4dd3-b440-0c2bc6937859'}},(error, stdout, stderr) => {
console.log("error: ", error);