From fa45520840f0a6021905f414043cdbede872221c Mon Sep 17 00:00:00 2001 From: Simon Oehrl <oehrl@vr.rwth-aachen.de> Date: Mon, 8 Jun 2020 18:55:20 +0200 Subject: [PATCH] Debug pipeline error --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4d02ec7..6d420c5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,6 +16,7 @@ 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