From cd5e784bc1a344d48816f987cd9c7929eae12621 Mon Sep 17 00:00:00 2001 From: fosslinux Date: Wed, 3 Apr 2019 08:48:11 +0000 Subject: [PATCH] fix drone ci --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 90d7f08..9f030d5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,5 +5,6 @@ steps: - name: check image: ubuntu:18.04 commands: - - apt install shellcheck + - apt-get update + - apt-get install shellcheck - shellcheck bin/*