diff --git a/common.js b/common.js index d6f9c9d..6d657e9 100644 --- a/common.js +++ b/common.js @@ -20,7 +20,7 @@ var gNow = ((new Date()).getTime() / 1000).toFixed(); var gEcosystem = safe.require(path.join(__dirname, '../keys/ci/ecosystem-prod.json')); function cloudronDomain(filename) { - return 't-' + path.basename(filename, '-test.js') + '-' + gNow + '.smartserver.io'; + return 't' + path.basename(filename.replace('-',''), 'test.js') + gNow + '.smartserver.io'; } function stripUnreachable(releases) {