Update prettier/eslint
This commit is contained in:
@@ -33,18 +33,12 @@ exports.REPERTORY_BRANCH = _REPERTORY_BRANCH;
|
||||
exports.REPERTORY_UI_BRANCH = _REPERTORY_UI_BRANCH;
|
||||
|
||||
exports.RELEASES_URL =
|
||||
'https://bitbucket.org/blockstorage/repertory/raw/' +
|
||||
_REPERTORY_BRANCH +
|
||||
'/releases_1.3.json';
|
||||
'https://bitbucket.org/blockstorage/repertory/raw/' + _REPERTORY_BRANCH + '/releases_1.3.json';
|
||||
exports.UI_RELEASES_URL =
|
||||
'https://bitbucket.org/blockstorage/repertory-ui/raw/' +
|
||||
_REPERTORY_UI_BRANCH +
|
||||
'/releases.json';
|
||||
'https://bitbucket.org/blockstorage/repertory-ui/raw/' + _REPERTORY_UI_BRANCH + '/releases.json';
|
||||
|
||||
exports.LINUX_DETECT_SCRIPT_URL =
|
||||
'https://bitbucket.org/blockstorage/repertory/raw/' +
|
||||
_REPERTORY_BRANCH +
|
||||
'/detect_linux2.sh';
|
||||
'https://bitbucket.org/blockstorage/repertory/raw/' + _REPERTORY_BRANCH + '/detect_linux2.sh';
|
||||
|
||||
exports.LINUX_SELECTABLE_PLATFORMS = ['centos7'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user