From 1e68b4ff3b3a8a9b1f3609f4e2b67d8a4d860b67 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu>
Date: Fri, 19 Nov 2021 11:27:23 +0100
Subject: [PATCH] Update .gitlab-ci.yml file

---
 .gitlab-ci.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3c1ff0679..5e187a78b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -77,8 +77,6 @@ license_header:
     #- chmod 644 ~/.ssh/known_hosts
     
   script:
-    - git clone ssh://git@gitlab.iri.upc.edu:2202/mobile_robotics/wolf_projects/wolf_lib/wolf.git
-    - git checkout -b ci_processing || git checkout ci_processing
     - echo "$CI_EMAIL"
     - echo "$CI_USERNAME"
     - git config --global user.email "${CI_EMAIL}"
@@ -93,7 +91,7 @@ license_header:
     - echo "$CI_COMMIT_REF_NAME"
     # push changes
     # always return true so that the build does not fail if there are no changes
-    - git push origin ci_processing:${CI_COMMIT_REF_NAME}
+    - git push origin HEAD:${CI_COMMIT_REF_NAME}
 
 build_and_test:xenial:
   stage: build_and_test
-- 
GitLab