Set allow_failure: false

This commit is contained in:
ddutchie 2024-03-15 14:48:12 +00:00
parent ad12c0cb94
commit 3a5d86fdfc

View file

@ -5,8 +5,9 @@ stages:
clang-format: clang-format:
stage: format stage: format
image: suyuemu/cibuild:clangformat image: suyuemu/cibuild:clangformat
#TODO: SET THIS TO FALSE!!! #THIS HAS TO BE FALSE. IT KEEPS RESOURCES AVAILABLE - EG RUNNERS WONT TRY BUILDING IF CODEBASE IS WRONG
allow_failure: true #MR's NEED TO BE CORRECTLY CLANG FORMATTED
allow_failure: false
script: script:
- git submodule update --init --depth 1 --recursive - git submodule update --init --depth 1 --recursive
- bash .ci/scripts/format/script.sh - bash .ci/scripts/format/script.sh