From d405d1e8b5e3d1ed52ac2d934e46a8ca15754001 Mon Sep 17 00:00:00 2001
From: Simon Oehrl <oehrl@vr.rwth-aachen.de>
Date: Mon, 8 Jun 2020 19:25:26 +0200
Subject: [PATCH] Revert "Debug pipeline error"

This reverts commit fa45520840f0a6021905f414043cdbede872221c.
---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6d420c5..4d02ec7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,6 @@ publish:github:develop:
         - develop
     script:
         - git remote add github git@github.com:VRGroupRWTH/insite-nest-module.git
-        - git branch # For debug purposes
         - git push github develop
 
 deploy:develop:
-- 
GitLab