From c8502dbb03b84d0477a12d4a8728b2b004e5137d Mon Sep 17 00:00:00 2001 From: dwn1c21 <d.newbrook@soton.ac.uk> Date: Tue, 23 Jul 2024 12:16:02 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f68d7c7..cd96ed5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ build-job: # This job runs in the build stage, which runs first. script: - echo "Compiling the code..." - git submodule update --init --recursive - #- git pull --recurse-submodules + - git pull --recurse-submodules - cd nanosoc_board/ - source export_sdk_dirs.sh - cd C_Cxx -- GitLab