Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CI Scripts
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
Unreal-Development
CI Scripts
Merge requests
!34
Run project generation on a way smaller container
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Run project generation on a way smaller container
feature/project_generation
into
master
Overview
0
Commits
7
Pipelines
0
Changes
1
Merged
Sebastian Pape
requested to merge
feature/project_generation
into
master
2 years ago
Overview
0
Commits
7
Pipelines
0
Changes
1
0
0
Merge request reports
Viewing commit
44aec3a1
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
44aec3a1
Update shared_scripts.yml
· 44aec3a1
Sebastian Pape
authored
2 years ago
shared_scripts.yml
+
1
−
1
View file @ 44aec3a1
Edit in single-file editor
Open in Web IDE
Show full file
@@ -43,7 +43,7 @@ variables:
-
for i in "${!dependencies[@]}"; do
-
git submodule add -b "${i%%@*}" --depth 1 ${dependencies[$i]} Plugins/${i#*@}
-
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
:
name
:
"
Generated_Project_${CI_PROJECT_NAME}"
paths
:
[
"
*"
]
Loading