fix drone ci
continuous-integration/drone/push Build is passing Details

This commit is contained in:
fosslinux 2019-04-03 08:48:11 +00:00
parent 133436ee3e
commit cd5e784bc1
1 changed files with 2 additions and 1 deletions

View File

@ -5,5 +5,6 @@ steps:
- name: check - name: check
image: ubuntu:18.04 image: ubuntu:18.04
commands: commands:
- apt install shellcheck - apt-get update
- apt-get install shellcheck
- shellcheck bin/* - shellcheck bin/*