From a877bd992af9c6b61187da9f51459b29d2ee1071 Mon Sep 17 00:00:00 2001 From: Paul Maruhn <paulmaruhn@posteo.de> Date: Sat, 18 Dec 2021 18:45:34 +0100 Subject: [PATCH] allow_failure for shellcheck --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2f6d56..3676206 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,6 +16,7 @@ ansible_lint: shellcheck: stage: test + allow_failure: yes before_script: - apt update && apt install -y shellcheck script: -- GitLab