From 24d69f1053bb2fdc51318b89e9aa9c5dc1a7e179 Mon Sep 17 00:00:00 2001
From: Guilhem Saurel <guilhem.saurel@laas.fr>
Date: Wed, 7 Oct 2020 17:26:52 +0200
Subject: [PATCH] multpy

---
 docker/all/Dockerfile | 6 +++---
 docker/all/build.sh   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docker/all/Dockerfile b/docker/all/Dockerfile
index af6c197..597b18b 100644
--- a/docker/all/Dockerfile
+++ b/docker/all/Dockerfile
@@ -14,13 +14,13 @@ RUN bash /dist.sh
 ARG PARALLEL=1
 ENV CTEST_PARALLEL_LEVEL=${PARALLEL}
 
-ADD https://api.github.com/repos/nim65s/eigenpy/commits/topic/multipy2 /
+ADD https://api.github.com/repos/nim65s/eigenpy/commits/topic/multipy /
 RUN /build.sh eigenpy
 
-ADD https://api.github.com/repos/nim65s/hpp-fcl/commits/topic/multipy2 /
+ADD https://api.github.com/repos/nim65s/hpp-fcl/commits/topic/multipy /
 RUN /build.sh hpp-fcl
 
-ADD https://api.github.com/repos/nim65s/pinocchio/commits/topic/multipy2 /
+ADD https://api.github.com/repos/nim65s/pinocchio/commits/topic/multipy /
 RUN /build.sh pinocchio
 
 ADD run.sh run.py /
diff --git a/docker/all/build.sh b/docker/all/build.sh
index 438753b..598b008 100755
--- a/docker/all/build.sh
+++ b/docker/all/build.sh
@@ -13,7 +13,7 @@ then
 fi
 
 build() {
-    git clone --recursive --depth 1 --branch topic/multipy2 "https://github.com/nim65s/$PROJECT.git"
+    git clone --recursive --depth 1 --branch topic/multipy "https://github.com/nim65s/$PROJECT.git"
     mkdir "$PROJECT"/build{,2,3}
     cd "/src/$PROJECT/build" || exit 1
     cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=ON -DCMAKE_CXX_STANDARD=11 -DINSTALL_DOCUMENTATION=OFF \
-- 
GitLab