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