replace is apparently not global
This commit is contained in:
parent
3239424296
commit
64f7bba9d9
@ -22,7 +22,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.replace('-',''), 'test.js') + gNow + '.smartserver.io';
|
||||
return 't' + path.basename(filename.replace(/-/g,''), 'test.js') + gNow + '.smartserver.io';
|
||||
}
|
||||
|
||||
function stripUnreachable(releases) {
|
||||
|
Loading…
Reference in New Issue
Block a user