1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-20 19:39:41 +00:00

Disallow failure

This commit is contained in:
AnyOldName3 2020-06-27 03:23:59 +01:00
parent c7cf163667
commit d6ab2f9659

View file

@ -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"