Test version pulling

This commit is contained in:
Tom Hu 2021-04-15 11:25:10 -04:00
parent 9b0b9bbe2c
commit 6e56f7a5a6
No known key found for this signature in database
GPG key ID: F7E832BD316D5603

View file

@ -14,6 +14,9 @@ try {
timeout: 3000,
url: 'https://codecov.io/bash',
}, (error, response, body) => {
const bashVersion = body.match('VERSION=\"(.*)\"');
conosole.log(bashVersion);
const {execArgs, options, filepath, failCi} = buildExec();
try {