hyphens are disallowed in domain name in latest appstore
This commit is contained in:
parent
fc363c7345
commit
0843e88339
@ -20,7 +20,7 @@ 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, '-test.js') + '-' + gNow + '.smartserver.io';
|
return 't' + path.basename(filename.replace('-',''), 'test.js') + gNow + '.smartserver.io';
|
||||||
}
|
}
|
||||||
|
|
||||||
function stripUnreachable(releases) {
|
function stripUnreachable(releases) {
|
||||||
|
Loading…
Reference in New Issue
Block a user