From 8652313af2c451be4c290c78473458d0d7fa791f Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Sun, 24 Nov 2019 21:31:37 -0500 Subject: ci: Continue pipeline on clang format failure --- .ci/yuzu-patreon-step2.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.ci/yuzu-patreon-step2.yml') diff --git a/.ci/yuzu-patreon-step2.yml b/.ci/yuzu-patreon-step2.yml index 35c5fbe36..1b36f63e1 100644 --- a/.ci/yuzu-patreon-step2.yml +++ b/.ci/yuzu-patreon-step2.yml @@ -10,6 +10,7 @@ stages: jobs: - job: format displayName: 'clang' + continueOnError: true pool: vmImage: ubuntu-latest steps: -- cgit v1.2.3