We now use secrets/ instead of keys/ repo
This commit is contained in:
parent
3ad8f97c0e
commit
ff9c174170
@ -20,7 +20,7 @@ exports = module.exports = {
|
||||
stripUnreachable: stripUnreachable
|
||||
};
|
||||
|
||||
var gEcosystem = safe.require(path.join(__dirname, '../keys/ci/ecosystem-prod.json'));
|
||||
var gEcosystem = safe.require(path.join(__dirname, '../secrets/e2e-test/ecosystem-staging.json'));
|
||||
|
||||
function cloudronDomain(filename) {
|
||||
return 't' + path.basename(filename.replace(/-/g,''), 'test.js') + '.selfhost.io';
|
||||
|
Loading…
Reference in New Issue
Block a user