Update to testing branch

This commit is contained in:
2020-02-13 16:19:23 -06:00
parent efc85c1759
commit 994ba71ec4
2 changed files with 91 additions and 145 deletions

View File

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