From 5bbefeff79ec99ced9bb17a10942cacf588e2ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu> Date: Tue, 11 Oct 2022 11:55:55 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 122e4d2..002966f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -79,8 +79,7 @@ stages: - if [ -d wolf ]; then - echo "directory wolf exists" - cd wolf - - git checkout devel - - git pull + - git fetch --all - git checkout $WOLF_CORE_BRANCH - git pull - else @@ -98,8 +97,7 @@ stages: - if [ -d imu ]; then - echo "directory imu exists" - cd imu - - git checkout devel - - git pull + - git fetch --all - git checkout $WOLF_IMU_BRANCH - git pull - else -- GitLab