Skip to content
Snippets Groups Projects
Commit fde8f4d1 authored by David Gilbert's avatar David Gilbert :bug:
Browse files

fix(ci): Fixes wrong merge for Unreal version

parent 515658b2
Branches
No related tags found
2 merge requests!12Pull dev/5.4 changes forward into dev/5.5,!5Release dev to main branch
Pipeline #524839 passed
......@@ -40,7 +40,7 @@ include:
# Use the UNREAL_VERSION variable to adjust to your preferred Unreal version.
variables:
UNREAL_VERSION: "5.5"
UNREAL_VERSION: "5.4"
stages:
- analyze
......@@ -81,7 +81,7 @@ Generate_Project:
RUN_SETUP: "false"
GEN_DEPENDENCIES: "(
[master@UnrealDTrackPlugin]='https://github.com/VRGroupRWTH/UnrealDTrackPlugin.git'
[dev/5.5@RWTHVRToolkit]='https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/plugins/rwth-vr-toolkit.git'
[dev/5.4@RWTHVRToolkit]='https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/plugins/rwth-vr-toolkit.git'
)"
Generate_Project_Without_Toolkit:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment