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
Compare
master
version 6
71a283e8
2 years ago
version 5
44aec3a1
2 years ago
version 4
189de12a
2 years ago
version 3
e46d7070
2 years ago
version 2
c922c6de
2 years ago
version 1
8228c4ef
2 years ago
master (base)
and
latest version
latest version
21c638e1
7 commits,
2 years ago
version 6
71a283e8
6 commits,
2 years ago
version 5
44aec3a1
5 commits,
2 years ago
version 4
189de12a
4 commits,
2 years ago
version 3
e46d7070
3 commits,
2 years ago
version 2
c922c6de
2 commits,
2 years ago
version 1
8228c4ef
1 commit,
2 years ago
1 file
+
4
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
shared_scripts.yml
+
4
−
2
View file @ 21c638e1
Edit in single-file editor
Open in Web IDE
Show full file
@@ -22,7 +22,9 @@ variables:
-
schedules
tags
:
-
linux
-
project-generation
-
docker-executor
image
:
name
:
registry.git-ce.rwth-aachen.de/vr-vis/vr-group/alpine-git-bash-container/alpine-git-bash:latest
variables
:
GEN_TEMPLATE_REPO
:
"
https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/unrealprojecttemplate.git"
GEN_TEMPLATE_BRANCH
:
"
4.26"
@@ -41,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"
-
git remote rm origin && git
-c user.name='project-generation-bot' -c user.email='support@vr.rwth-aachen.de'
commit -am "Generated Project"
artifacts
:
name
:
"
Generated_Project_${CI_PROJECT_NAME}"
paths
:
[
"
*"
]
Loading