Test code climate #1058

Closed
IGassmann wants to merge 48 commits from testCodeClimate into master
2 changed files with 1 additions and 0 deletions
Showing only changes of commit 5887ef500b - Show all commits

BIN
build/daemon.zip Normal file

Binary file not shown.

View file

@ -15,6 +15,7 @@ module.exports = function(context) {
.replace(/DAEMONVER/g, daemonVersion)
.replace(/OSNAME/g, currentPlatform);
const tmpZipPath = 'build/daemon.zip';
console.log(daemonURL);
return new Promise(resolve => {
axios