Skip to content
Snippets Groups Projects
Commit cfe47ac1 authored by David Gilbert's avatar David Gilbert :bug:
Browse files

Update shared_scripts.yml

parent 5e6cab79
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ variables:
- cd ${CI_PROJECT_DIR}/Plugins/${CI_PROJECT_NAME} && git checkout ${CI_COMMIT_SHA}
- cd ${CI_PROJECT_DIR}
- for i in "${!dependencies[@]}"; do
- git submodule add -b "${i%%@*}" --depth 1 ${dependencies[$i]} Plugins/${i#*@}
- git submodule add -b "${i%%@*}" ${dependencies[$i]} Plugins/${i#*@}
- done
- git remote rm origin && git -c user.name='project-generation-bot' -c user.email='support@vr.rwth-aachen.de' commit -am "Generated Project"
artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment