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

Fix issue in cloning libraries

parent 7a0b643f
No related branches found
No related tags found
2 merge requests!55[WEBPAGE] Update style of current unicado page,!17Integrate mkdoxy in CI pipeline
Pipeline #1590441 passed
......@@ -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
- git clone https://git.rwth-aachen.de/unicado/libraries.git
# Clone the libraries repository, including its submodules
- git clone https://gitlab-ci-token:${CI_JOB_TOKEN}@git.rwth-aachen.de/unicado/libraries/
- 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