From 27defe35c64bd7fcf084510d74eefa615e4d5639 Mon Sep 17 00:00:00 2001
From: amichelo <andrea.michelotti@lnf.infn.it>
Date: Wed, 30 Mar 2022 09:32:42 +0200
Subject: [PATCH] remote-submodule

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index db13661..b57809d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -488,7 +488,7 @@ ubuntu1804_test_x86_64:
     - tar xfz $DISTRIB_NAME.tar.gz -C /usr/local/chaos/
     - cp -r chaos_bundle_tools/* /usr/local/chaos/chaos-distrib/tools/
     - mkdir -p /tmp/OBJECT_STORAGE
-    - git clone https://baltig.infn.it/chaos-lnf-control/chaos_dashboard.git -b $CI_COMMIT_REF_NAME --recurse-submodules --remote-submodule
+    - git clone https://baltig.infn.it/chaos-lnf-control/chaos_dashboard.git -b $CI_COMMIT_REF_NAME --recurse-submodules
     - rm -rf /usr/local/chaos/chaos-distrib/html;mkdir /usr/local/chaos/chaos-distrib/html;cp -r chaos_dashboard /usr/local/chaos/chaos-distrib/html/
     - $INSTALL_DIR/tools/dbinit.sh couchbase mongo
     - if [ -n "$USE_MDS_CONFIG" ];then echo "* Using $USE_MDS_CONFIG" ; cp $USE_MDS_CONFIG $INSTALL_DIR/etc/mds.cfg;fi    
@@ -548,7 +548,7 @@ ubuntu2004_test_x86_64:
     - rm -rf /usr/local/chaos/chaos-distrib  
     - tar xfz $DISTRIB_NAME.tar.gz -C /usr/local/chaos/
     - cp -r chaos_bundle_tools/* /usr/local/chaos/chaos-distrib/tools/
-    - git clone https://baltig.infn.it/chaos-lnf-control/chaos_dashboard.git -b $CI_COMMIT_REF_NAME --recurse-submodules --remote-submodule
+    - git clone https://baltig.infn.it/chaos-lnf-control/chaos_dashboard.git -b $CI_COMMIT_REF_NAME --recurse-submodules
     - rm -rf /usr/local/chaos/chaos-distrib/html;mkdir /usr/local/chaos/chaos-distrib/html;cp -r chaos_dashboard /usr/local/chaos/chaos-distrib/html/
     - $INSTALL_DIR/tools/dbinit.sh couchbase mongo
     - if [ -n "$USE_MDS_CONFIG" ];then echo "* Using $USE_MDS_CONFIG" ; cp $USE_MDS_CONFIG $INSTALL_DIR/etc/mds.cfg;fi    
@@ -670,7 +670,7 @@ centos7_test_x86_64:
     - mkdir -p /tmp/OBJECT_STORAGE
     - tar xfz $DISTRIB_NAME.tar.gz -C /usr/local/chaos/
     - cp -r chaos_bundle_tools/* /usr/local/chaos/chaos-distrib/tools/
-    - git clone https://baltig.infn.it/chaos-lnf-control/chaos_dashboard.git -b $CI_COMMIT_REF_NAME --recurse-submodules --remote-submodule
+    - git clone https://baltig.infn.it/chaos-lnf-control/chaos_dashboard.git -b $CI_COMMIT_REF_NAME --recurse-submodules
     - rm -rf /usr/local/chaos/chaos-distrib/html;mkdir /usr/local/chaos/chaos-distrib/html;cp -r chaos_dashboard /usr/local/chaos/chaos-distrib/html/
     - $INSTALL_DIR/tools/dbinit.sh couchbase mongo
     - scl enable devtoolset-8 bash
-- 
GitLab