From 85bc85201735c8067f6743f46c62aa7a4a40eb60 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 6 Oct 2020 15:00:05 +0200 Subject: [PATCH] test sonar --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 501ca74..e57b727 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,6 +10,8 @@ steps: sonar_token: from_secret: sonar_token sources: . + commands: + - apk add shellcheck - name: Build Ubuntu deb package image: ubuntu