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
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
Commits
12cf53af
Commit
12cf53af
authored
1 year ago
by
David Gilbert
Browse files
Options
Downloads
Patches
Plain Diff
Removed test branch and switched to master
parent
952e9494
No related branches found
No related tags found
1 merge request
!38
Remove tags
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
plugins.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
plugins.gitlab-ci.yml
project.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
project.gitlab-ci.yml
shared_scripts.yml
+1
-1
1 addition, 1 deletion
shared_scripts.yml
with
3 additions
and
3 deletions
plugins.gitlab-ci.yml
+
1
−
1
View file @
12cf53af
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
include
:
include
:
-
project
:
'
${UNREAL_CI_PROJECT}'
-
project
:
'
${UNREAL_CI_PROJECT}'
ref
:
remove_tags
ref
:
master
file
:
'
/shared_scripts.yml'
file
:
'
/shared_scripts.yml'
# In this file you are able to configure your plugins pipeline.
# In this file you are able to configure your plugins pipeline.
...
...
This diff is collapsed.
Click to expand it.
project.gitlab-ci.yml
+
1
−
1
View file @
12cf53af
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
include
:
include
:
-
project
:
'
${UNREAL_CI_PROJECT}'
-
project
:
'
${UNREAL_CI_PROJECT}'
ref
:
remove_tags
ref
:
master
file
:
'
/shared_scripts.yml'
file
:
'
/shared_scripts.yml'
#In this file you are able to configure your pipeline.
#In this file you are able to configure your pipeline.
...
...
This diff is collapsed.
Click to expand it.
shared_scripts.yml
+
1
−
1
View file @
12cf53af
...
@@ -11,7 +11,7 @@ variables:
...
@@ -11,7 +11,7 @@ variables:
GIT_DEPTH
:
"
1"
GIT_DEPTH
:
"
1"
NUMBER_OF_OLD_VERSIONS
:
3
# number of old revisions to keep after the deploy
NUMBER_OF_OLD_VERSIONS
:
3
# number of old revisions to keep after the deploy
CLUSTER_ADDRESS
:
"
copy18-1.hpc.itc.rwth-aachen.de"
CLUSTER_ADDRESS
:
"
copy18-1.hpc.itc.rwth-aachen.de"
SHARED_META_URL
:
"
https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/unreal-ci/-/raw/
remove_tags
/shared.meta"
SHARED_META_URL
:
"
https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/unreal-ci/-/raw/
master
/shared.meta"
UNREAL_VERSION
:
"
5.3"
UNREAL_VERSION
:
"
5.3"
##################################Generate Project##################################
##################################Generate Project##################################
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment