From 3a5d86fdfce1b8944ccd78b420942703496fa782 Mon Sep 17 00:00:00 2001 From: ddutchie Date: Fri, 15 Mar 2024 14:48:12 +0000 Subject: [PATCH] Set allow_failure: false --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9dd5cca770..72a4336aab 100755 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,8 +5,9 @@ stages: clang-format: stage: format image: suyuemu/cibuild:clangformat - #TODO: SET THIS TO FALSE!!! - allow_failure: true + #THIS HAS TO BE FALSE. IT KEEPS RESOURCES AVAILABLE - EG RUNNERS WONT TRY BUILDING IF CODEBASE IS WRONG + #MR's NEED TO BE CORRECTLY CLANG FORMATTED + allow_failure: false script: - git submodule update --init --depth 1 --recursive - bash .ci/scripts/format/script.sh