From 54ae1a67605a4fb1e1724f3006ff624ea60702ca Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franck=20P=C3=A9rignon?=
 <franck.perignon@univ-grenoble-alpes.fr>
Date: Wed, 30 Oct 2024 14:45:40 +0100
Subject: [PATCH] Add examples in the generated binder/jupyter image - Fix
 (git->https)

---
 ci/docker_images/lab-mamba/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/docker_images/lab-mamba/Dockerfile b/ci/docker_images/lab-mamba/Dockerfile
index e1fb74361..3828c15bb 100644
--- a/ci/docker_images/lab-mamba/Dockerfile
+++ b/ci/docker_images/lab-mamba/Dockerfile
@@ -30,7 +30,7 @@ ARG CI_PROJECT_DIR /home/hysop-user/hysop
 RUN meson $BUILD_DIR $CI_PROJECT_DIR
 RUN meson compile  -C $BUILD_DIR
 RUN meson install -C $BUILD_DIR
-RUN cd /home/hysop-user ; git clone git@gricad-gitlab.univ-grenoble-alpes.fr:particle_methods/hysop-doc.git
+RUN cd /home/hysop-user ; git clone https://gricad-gitlab.univ-grenoble-alpes.fr/particle_methods/hysop-doc.git
 RUN cp -R  /home/hysop-user/hysop-doc/examples /home/hysop-user && rm -rf  /home/hysop-user/hysop-doc
 
 FROM binderlab AS jupylab
-- 
GitLab