diff --git a/common.js b/common.js index 91898ba..c3aa393 100644 --- a/common.js +++ b/common.js @@ -18,11 +18,10 @@ exports = module.exports = { stripUnreachable: stripUnreachable }; -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.replace(/-/g,''), 'test.js') + gNow + '.smartserver.io'; + return 't' + path.basename(filename.replace(/-/g,''), 'test.js') + '.smartserver.io'; } function stripUnreachable(releases) {