From 12cf53af9ac26a11da8b13580e6eb9df01a7b2ab Mon Sep 17 00:00:00 2001
From: David Gilbert <david.gilbert@rwth-aachen.de>
Date: Mon, 8 Jan 2024 13:33:35 +0100
Subject: [PATCH] Removed test branch and switched to master

---
 plugins.gitlab-ci.yml | 2 +-
 project.gitlab-ci.yml | 2 +-
 shared_scripts.yml    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/plugins.gitlab-ci.yml b/plugins.gitlab-ci.yml
index e7014da..8286d91 100644
--- a/plugins.gitlab-ci.yml
+++ b/plugins.gitlab-ci.yml
@@ -7,7 +7,7 @@
 
 include:
   - project: '${UNREAL_CI_PROJECT}'
-    ref: remove_tags 
+    ref: master
     file: '/shared_scripts.yml'
     
 # In this file you are able to configure your plugins pipeline.
diff --git a/project.gitlab-ci.yml b/project.gitlab-ci.yml
index af6e19c..ac8447d 100644
--- a/project.gitlab-ci.yml
+++ b/project.gitlab-ci.yml
@@ -7,7 +7,7 @@
 
 include:
   - project: '${UNREAL_CI_PROJECT}'
-    ref: remove_tags 
+    ref: master
     file: '/shared_scripts.yml'
     
 #In this file you are able to configure your pipeline.
diff --git a/shared_scripts.yml b/shared_scripts.yml
index a21c600..8ce47d7 100644
--- a/shared_scripts.yml
+++ b/shared_scripts.yml
@@ -11,7 +11,7 @@ variables:
   GIT_DEPTH: "1"
   NUMBER_OF_OLD_VERSIONS: 3         # number of old revisions to keep after the deploy
   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"
 
 ##################################Generate Project##################################
-- 
GitLab