From 5816f750673e80d55ece3e432ecd78afa4149667 Mon Sep 17 00:00:00 2001
From: Sandro Weber <webers@in.tum.de>
Date: Tue, 17 Nov 2015 10:50:54 +0100
Subject: [PATCH] proper ci options

Change-Id: I31615654c78f751117bf04875db8ccd72c86deab
---
 gz3d/utils/Gruntfile.js | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gz3d/utils/Gruntfile.js b/gz3d/utils/Gruntfile.js
index 3786d51..8ebbf22 100644
--- a/gz3d/utils/Gruntfile.js
+++ b/gz3d/utils/Gruntfile.js
@@ -125,6 +125,12 @@ module.exports = function(grunt) {
         }
       }
     },
+
+    ci: {
+      options: {
+        gerritBranch: '<%= gerritBranch %>'
+      }
+    },
   });
 
   // Load grunt tasks automatically
-- 
GitLab