From f84550b16c90be002c5e7bd70ec11f56c60c5363 Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Tue, 27 Aug 2019 18:29:53 -0500 Subject: [PATCH] Update to testing branches --- src/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.js b/src/constants.js index 9ffe2b8..913a7ae 100644 --- a/src/constants.js +++ b/src/constants.js @@ -28,8 +28,8 @@ exports.DEV_PUBLIC_KEY = '-----BEGIN PUBLIC KEY-----\n' + '-----END PUBLIC KEY-----'; -const REPERTORY_BRANCH = 'master'; -const REPERTORY_UI_BRANCH = 'master'; +const REPERTORY_BRANCH = '1.1.0-release_branch'; +const REPERTORY_UI_BRANCH = '1.0.8_branch'; exports.RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory/raw/' + REPERTORY_BRANCH + '/releases.json'; exports.UI_RELEASES_URL = 'https://bitbucket.org/blockstorage/repertory-ui/raw/' + REPERTORY_UI_BRANCH + '/releases.json';