From d6ab2f965955eb88f988b3d3b301664c979b8c84 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Sat, 27 Jun 2020 03:23:59 +0100 Subject: [PATCH] Disallow failure --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 774a163fbd..61e389f195 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,7 +54,6 @@ Windows_Ninja_RelWithDebInfo: - choco install python -y - refreshenv stage: build - allow_failure: true script: - $time = (Get-Date -Format "HH:mm:ss") - $config = "RelWithDebInfo" @@ -102,7 +101,6 @@ Windows_MSBuild_RelWithDebInfo: - choco install python -y - refreshenv stage: build - allow_failure: true script: - $time = (Get-Date -Format "HH:mm:ss") - $config = "RelWithDebInfo"