From e3431971a05313f939e7887e2d2db79448728f2e Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 19 Aug 2020 13:29:53 -0700 Subject: [PATCH] Try to add itest to drone build --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index a8566a1..642689c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,6 +18,7 @@ steps: - name: itest image: docker commands: + - apt-update && apt-get install -y --no-install-recommends make - make itest - name: notify