Remove debug
This commit is contained in:
parent
964e688ac8
commit
15cae34503
@ -16,8 +16,6 @@ exports = module.exports = {
|
|||||||
var gNow = ((new Date()).getTime() / 1000).toFixed();
|
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'));
|
||||||
|
|
||||||
console.dir(gEcosystem);
|
|
||||||
|
|
||||||
function cloudronDomain(filename) {
|
function cloudronDomain(filename) {
|
||||||
return 't-' + path.basename(filename, '-test.js') + '-' + gNow + '.smartserver.io';
|
return 't-' + path.basename(filename, '-test.js') + '-' + gNow + '.smartserver.io';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user