From 280c68154303c0c2449cb29d7b165a4d006ca7a7 Mon Sep 17 00:00:00 2001 From: David Gilbert <david.gilbert@rwth-aachen.de> Date: Mon, 8 Jan 2024 14:06:44 +0100 Subject: [PATCH] Update shared_scripts.yml --- shared_scripts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shared_scripts.yml b/shared_scripts.yml index 8cc27b9..a1d06ca 100644 --- a/shared_scripts.yml +++ b/shared_scripts.yml @@ -28,7 +28,7 @@ variables: name: registry.git-ce.rwth-aachen.de/vr-vis/vr-group/alpine-ci-container/alpine-ci:latest variables: GEN_TEMPLATE_REPO: "https://git-ce.rwth-aachen.de/vr-vis/VR-Group/unreal-development/unrealprojecttemplate.git" - GEN_TEMPLATE_BRANCH: "${UNREAL_VERSION}" + GEN_TEMPLATE_BRANCH: "$UNREAL_VERSION" GEN_DEPENDENCIES: "()" RUN_SETUP: "true" script: @@ -98,7 +98,7 @@ variables: ##################################Linux################################## .Build_Linux_: - image: ghcr.io/epicgames/unreal-engine:dev-${UNREAL_VERSION} + image: ghcr.io/epicgames/unreal-engine:dev-$UNREAL_VERSION stage: build variables: GIT_STRATEGY: clone -- GitLab