From 6fca1815e0d5f56b7723b31ed0a43f880a70e785 Mon Sep 17 00:00:00 2001 From: dwn1c21 <d.newbrook@soton.ac.uk> Date: Tue, 23 Jul 2024 12:21:37 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c5a687d..a798482 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,8 +27,8 @@ build-job: # This job runs in the build stage, which runs first. stage: build script: - echo "Compiling the code..." - - git submodule update --init --recursive - - git submodule update --recursive --remote +# - git submodule update --init --recursive +# - git submodule update --recursive --remote - cd nanosoc_board/ - source export_sdk_dirs.sh - cd C_Cxx -- GitLab