From 29ae11c0ca74aec2243f595a734aac541269897b Mon Sep 17 00:00:00 2001 From: fherrero <fherrero@iri.upc.edu> Date: Fri, 26 Jul 2019 10:40:17 +0200 Subject: [PATCH] Update ci yaml trying to make submodules sync --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 23d261d..73b2ebb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ image: docker.io/alopeziri/labrobotica - variables: - GIT_SUBMODULE_STRATEGY: recursive + #variables: + #GIT_SUBMODULE_STRATEGY: recursive before_script: - which ssh-agent || ( apt-get update -y && apt-get install openssh-client -y ) -- GitLab