[release] update bower repo url
This commit is contained in:
@ -20,7 +20,7 @@ var config = {
|
|||||||
clone_bower_repo: {
|
clone_bower_repo: {
|
||||||
exec: [
|
exec: [
|
||||||
'test -d src/bower_es_js',
|
'test -d src/bower_es_js',
|
||||||
'git clone git@github.com:elasticsearch/bower-elasticsearch-js.git <%= bowerSubmodule %>'
|
'git clone git@github.com:elastic/bower-elasticsearch-js.git <%= bowerSubmodule %>'
|
||||||
].join(' || '),
|
].join(' || '),
|
||||||
options: {
|
options: {
|
||||||
quiet: true
|
quiet: true
|
||||||
@ -58,4 +58,4 @@ utils.branches.forEach(function (branch) {
|
|||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
module.exports = config;
|
module.exports = config;
|
||||||
|
|||||||
Reference in New Issue
Block a user