From 7232c306bbc7d88d78d57eff66990f58fa294fbe Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 25 Dec 2021 11:00:23 -0300 Subject: Change spaces job from lax to warn. It **will not** become strict. --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6552ad1c0..79db96782 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -169,7 +169,7 @@ newlines: script: - ./.tools/jobs/install.sh "dos2unix git-core" - ./.tools/jobs/newlines.sh - image: debian:unstable + image: debian:buster artifacts: untracked: true when: always @@ -181,7 +181,8 @@ spaces: - ./.tools/jobs/install.sh "sed git-core" - cd npc - ../.tools/jobs/spaces.sh - image: debian:unstable + image: debian:buster + allow_failure: true artifacts: untracked: true when: always -- cgit v1.2.3-70-g09d2