From 2e998a67dade1d975ea1b74dfa871f4b329581db Mon Sep 17 00:00:00 2001 From: David Gilbert <david.gilbert@rwth-aachen.de> Date: Fri, 5 Jan 2024 15:13:25 +0100 Subject: [PATCH] Update plugins.gitlab-ci.yml --- plugins.gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins.gitlab-ci.yml b/plugins.gitlab-ci.yml index e4c07f9..7b0a080 100644 --- a/plugins.gitlab-ci.yml +++ b/plugins.gitlab-ci.yml @@ -7,7 +7,7 @@ include: - project: '${UNREAL_CI_PROJECT}' - ref: master + ref: remove_tags file: '/shared_scripts.yml' # In this file you are able to configure your plugins pipeline. @@ -51,7 +51,7 @@ Build_Windows: extends: .Build_Windows_ tags: - windows - - unreal-4.26 + - unreal variables: GIT_STRATEGY: none GIT_CHECKOUT: "false" @@ -66,7 +66,7 @@ Build_Linux: extends: .Build_Linux_ tags: - linux - - unreal-4.26 + - unreal variables: GIT_STRATEGY: none GIT_CHECKOUT: "false" -- GitLab