mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Changing back to JENKINS_HOME
This commit is contained in:
parent
4464b1a403
commit
8f8bde657d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ module.exports = function (grunt) {
|
|||
out.on('close', done).on('error', done);
|
||||
var req = request.get(url);
|
||||
var bar;
|
||||
if (process.stdout.isTTY) {
|
||||
if (!process.env.JENKINS_HOME) {
|
||||
req.on('response', function (resp) {
|
||||
var total = parseInt(resp.headers['content-length'], 10);
|
||||
bar = new ProgressBar('[:bar] :percent :etas', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue