Update to testing branch

This commit is contained in:
2020-02-13 16:29:12 -06:00
parent d550253445
commit 0495983315

View File

@@ -27,7 +27,7 @@ exports.DEV_PUBLIC_KEY = '-----BEGIN PUBLIC KEY-----\n' +
'9wIDAQAB\n' + '9wIDAQAB\n' +
'-----END PUBLIC KEY-----'; '-----END PUBLIC KEY-----';
const REPERTORY_BRANCH = 'master'; const REPERTORY_BRANCH = '1.2.x_branch';
const REPERTORY_UI_BRANCH = '1.1.x_branch'; const REPERTORY_UI_BRANCH = '1.1.x_branch';
exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/releases_1.1.json'; exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/releases_1.1.json';