From 273c67f99ede3943cb271c3c2c781dcace4484b1 Mon Sep 17 00:00:00 2001
From: David Gilbert <david.gilbert@rwth-aachen.de>
Date: Fri, 12 Apr 2024 17:14:49 +0200
Subject: [PATCH] ci: Adds CUSTOM_NDISPLAY_CONFIG to plugin yml as well.

---
 plugins.gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/plugins.gitlab-ci.yml b/plugins.gitlab-ci.yml
index d2581c5..9118a4c 100644
--- a/plugins.gitlab-ci.yml
+++ b/plugins.gitlab-ci.yml
@@ -38,9 +38,11 @@ include:
 # with a generated project.
 #
 # Use the UNREAL_VERSION variable to adjust to your preferred Unreal version.
+# Use the CUSTOM_NDISPLAY_CONFIG variable in case you need a custom ndisplay config. These are always located in /home/vrdemo/configs/ndisplay.
 
 variables:
   UNREAL_VERSION: "5.3"
+  CUSTOM_NDISPLAY_CONFIG: ""
 
 stages:
   - generate
-- 
GitLab