From dc12c45581696c80d9edab6926d773fff6e1a01a Mon Sep 17 00:00:00 2001 From: tastytea Date: Thu, 20 Jun 2019 20:45:16 +0200 Subject: [PATCH] Limit shellcheck severity to warning. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f562266..38762d3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,7 +20,7 @@ steps: - rm /var/cache/apt/archives/lock - apt-get update -q - apt-get install -qy shellcheck - - shellcheck hashboot + - shellcheck --severity=warning hashboot volumes: - name: debian-package-cache path: /var/cache/apt/archives