Skip to content
Snippets Groups Projects
Commit 5af8cc96 authored by dwn1c21's avatar dwn1c21
Browse files

Update .gitlab-ci.yml file

parent 6aae9903
No related branches found
No related tags found
No related merge requests found
Pipeline #11533 failed
...@@ -24,7 +24,7 @@ build-job: # This job runs in the build stage, which runs first. ...@@ -24,7 +24,7 @@ build-job: # This job runs in the build stage, which runs first.
script: script:
- echo "Compiling the code..." - echo "Compiling the code..."
- git submodule update --init --recursive - git submodule update --init --recursive
- git pull --recurse-submodules #- git pull --recurse-submodules
- cd nanosoc_board/ - cd nanosoc_board/
- source export_sdk_dirs.sh - source export_sdk_dirs.sh
- cd C_Cxx - cd C_Cxx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment