since we delete cloudron on startup, no need to randomize
This commit is contained in:
parent
f318285bcd
commit
28e91074a7
@ -18,11 +18,10 @@ exports = module.exports = {
|
|||||||
stripUnreachable: stripUnreachable
|
stripUnreachable: stripUnreachable
|
||||||
};
|
};
|
||||||
|
|
||||||
var gNow = ((new Date()).getTime() / 1000).toFixed();
|
|
||||||
var gEcosystem = safe.require(path.join(__dirname, '../keys/ci/ecosystem-prod.json'));
|
var gEcosystem = safe.require(path.join(__dirname, '../keys/ci/ecosystem-prod.json'));
|
||||||
|
|
||||||
function cloudronDomain(filename) {
|
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) {
|
function stripUnreachable(releases) {
|
||||||
|
Loading…
Reference in New Issue
Block a user