Skip to content
Snippets Groups Projects
Commit 44aec3a1 authored by Sebastian Pape's avatar Sebastian Pape
Browse files

Update shared_scripts.yml

parent 189de12a
No related branches found
No related tags found
1 merge request!34Run project generation on a way smaller container
This commit is part of merge request !34. Comments created here will be created in the context of that merge request.
...@@ -43,7 +43,7 @@ variables: ...@@ -43,7 +43,7 @@ variables:
- for i in "${!dependencies[@]}"; do - for i in "${!dependencies[@]}"; do
- git submodule add -b "${i%%@*}" --depth 1 ${dependencies[$i]} Plugins/${i#*@} - git submodule add -b "${i%%@*}" --depth 1 ${dependencies[$i]} Plugins/${i#*@}
- done - done
- git remote rm origin && git commit -am "Generated Project" --author="project-generation-bot <>" - git remote rm origin && git commit -am "Generated Project" --author="project-generation-bot <support@vr.rwth-aachen.de>"
artifacts: artifacts:
name: "Generated_Project_${CI_PROJECT_NAME}" name: "Generated_Project_${CI_PROJECT_NAME}"
paths: ["*"] paths: ["*"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment