From 0dcce7e7a23092214b27ea19f685c2b8bdbf7b99 Mon Sep 17 00:00:00 2001
From: Sandro Weber <webers@in.tum.de>
Date: Mon, 16 Nov 2015 16:05:29 +0100
Subject: [PATCH] [NRRPLT-2856] forgot gerritBranch param

Change-Id: I83b06f32aac51438e93259486cf015d659e90db5
---
 gz3d/utils/Gruntfile.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gz3d/utils/Gruntfile.js b/gz3d/utils/Gruntfile.js
index 2557f70..227b25d 100644
--- a/gz3d/utils/Gruntfile.js
+++ b/gz3d/utils/Gruntfile.js
@@ -2,6 +2,7 @@ module.exports = function(grunt) {
 
   grunt.initConfig({
     pkg: grunt.file.readJSON('package.json'),
+    gerritBranch: process.env.GERRIT_BRANCH,
 
     concat: {
       build: {
-- 
GitLab