From 9b6ea0e89f15c9b64123b83ba8ec8b8d400f207d Mon Sep 17 00:00:00 2001 From: Bret Curtis Date: Fri, 29 Jun 2018 15:15:29 +0000 Subject: [PATCH] # because our CI VMs are not public, MRs can't use them and timeout --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 25d9a876d..565feff14 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ MacOS: - macos - xcode except: - - branches + - branches # because our CI VMs are not public, MRs can't use them and timeout stage: build allow_failure: true script: @@ -51,8 +51,8 @@ Windows: tags: - win10 - msvc2017 - only: - - branches + except: + - branches # because our CI VMs are not public, MRs can't use them and timeout stage: build allow_failure: true script: