diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 774a163fb..61e389f19 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"