From 96971867eac8723a8c573e7e9b9428af8b2c6989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20R=C3=BChsen?= Date: Sun, 6 Jun 2021 23:26:33 +0200 Subject: [PATCH] * .gitlab-ci.yml: Don't allow failure of scan-build --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8ee1254..841e3c9c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -349,8 +349,6 @@ Scan-Build: when: on_failure paths: - wget-*/scan-build/* - # There currently is a false positive that needs to be suppressed. - allow_failure: true CoverageReports: stage: test-from-tarball