From 805e7eb803ed8076be5c212842694ba6b0bda26d Mon Sep 17 00:00:00 2001 From: David Gilbert <david.gilbert@rwth-aachen.de> Date: Thu, 19 Sep 2024 12:40:20 +0200 Subject: [PATCH] ci: Don't deploy on Windows --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 04c5c52..dc0a751 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -148,7 +148,7 @@ Build_Linux_Without_Cluster: artifacts: true # Deploys to vrdev -Deploy_Windows: +.Deploy_Windows: rules: - if: $CI_PIPELINE_SOURCE == "web" - if: $CI_PIPELINE_SOURCE == "schedule" -- GitLab