From decedc22542e7e9b23823b998a2b88fc06d13dd1 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: Sat, 18 Jan 2025 19:13:00 +0100
Subject: [PATCH] fix clone

---
 cloneall.bash | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cloneall.bash b/cloneall.bash
index c3150be..1728082 100755
--- a/cloneall.bash
+++ b/cloneall.bash
@@ -31,7 +31,7 @@ if [ ! -z "$clona" ]; then
 
 	[[ ! -d "$REPO" ]] && git clone ssh://git@git.ia2.inaf.it/hotwheels/$REPO.git
         pushd $REPO
-	[[ ! -d "venv" ]] && python3 -mvenv venv && . venv/bin/activate && pip install autopep8  && pip install PyYaml
+	[[ "$REPO" != gitlab-profile ]] && [[ ! -d "venv" ]] && python3 -mvenv venv && . venv/bin/activate && pip install autopep8  && pip install PyYaml
         git switch dev || echo no dev branch
         popd
     done
-- 
GitLab