From ef27db97f78fae9b7cd4bf617097774e12243f28 Mon Sep 17 00:00:00 2001
From: dam1n19 <dam1n19@soton.ac.uk>
Date: Wed, 5 Jul 2023 09:45:59 +0100
Subject: [PATCH] Changes for CI

---
 set_env.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/set_env.sh b/set_env.sh
index 8b26b8d..f43974b 100755
--- a/set_env.sh
+++ b/set_env.sh
@@ -63,8 +63,8 @@ if [ ! -f $SOCLABS_PROJECT_DIR/.socinit ]; then
     echo "Running First Time Repository Initialisation"
     # Source environment variables for all submodules
     cd $SOCLABS_DESIGN_ROOT
-    echo "1"
-    git submodule update --remote --recursive
+    echo $SOCLABS_DESIGN_ROOT
+    git submodule update --recursive
     echo "2"
     python3 $SOCLABS_SOCTOOLS_FLOW_DIR/bin/subrepo_checkout.py -b proj-branch -t $SOCLABS_DESIGN_ROOT
     echo "3"
-- 
GitLab