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
c922c6de
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
c922c6de
Update shared_scripts.yml
· c922c6de
Sebastian Pape
authored
2 years ago
shared_scripts.yml
+
1
−
1
View file @ c922c6de
Edit in single-file editor
Open in Web IDE
Show full file
@@ -25,7 +25,7 @@ variables:
-
docker
image
:
name
:
alpine/git
entrypoint
:
[
"
"
]
# force an empty entrypoint as it is git by default
entrypoint
:
[
"
bash
"
]
# force an empty entrypoint as it is git by default
variables
:
GEN_TEMPLATE_REPO
:
"
https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/unrealprojecttemplate.git"
GEN_TEMPLATE_BRANCH
:
"
4.26"
Loading