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

ci: Adds support for custom ndisplay configurations to be deployed to the launcher.meta

Use the CUSTOM_NDISPLAY_CONFIG variable in case you need a custom ndisplay config. These are always located in /home/vrdemo/configs/ndisplay.
parent be9002a9
Branches
No related tags found
No related merge requests found
...@@ -14,5 +14,6 @@ ...@@ -14,5 +14,6 @@
"RUNNER_TAGS": "${CLEANED_BUILD_CI_RUNNER_TAGS}", "RUNNER_TAGS": "${CLEANED_BUILD_CI_RUNNER_TAGS}",
"RUNNER_VERSION": "${BUILD_CI_RUNNER_VERSION}", "RUNNER_VERSION": "${BUILD_CI_RUNNER_VERSION}",
"USER_OR_GROUPNAME": "${CI_PROJECT_NAMESPACE}", "USER_OR_GROUPNAME": "${CI_PROJECT_NAMESPACE}",
"UNREAL_VERSION" : "${UNREAL_VERSION}" "UNREAL_VERSION" : "${UNREAL_VERSION}",
"CUSTOM_NDISPLAY_CONFIG" : "${CUSTOM_NDISPLAY_CONFIG}"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment