Skip to content
Snippets Groups Projects
Commit 7a0b643f authored by Alfin Johny's avatar Alfin Johny
Browse files

Fix cloning issue

parent 50457a35
Branches
No related tags found
2 merge requests!55[WEBPAGE] Update style of current unicado page,!17Integrate mkdoxy in CI pipeline
Pipeline #1590430 failed
......@@ -34,8 +34,8 @@ clone:
# Clone the aircraft-design repository, including its submodules
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rwth-aachen.de/unicado/aircraft-design
- cd aircraft-design || { echo "Directory not found! Exiting..."; exit 1; }
# Clone the libraries repository, including its submodules
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rwth-aachen.de/unicado/libraries/
# Clone the libraries repository
- git clone https://git.rwth-aachen.de/unicado/libraries.git
- cd libraries || { echo "Directory not found! Exiting..."; exit 1; }
# Change to the project directory (useful for multi-directory repositories)
- cd $CI_PROJECT_DIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment