From 1e06323ef759e0e8ac86e1350dbfeaf3d492d7ca Mon Sep 17 00:00:00 2001 From: Jens True Date: Fri, 29 Mar 2019 17:18:11 +0100 Subject: [PATCH] Slimmed down image --- .drone.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7e78b0d..ee9f585 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,7 +5,9 @@ steps: - name: build image: python:2 commands: - - apt-get -y update && apt-get -y install git python-pip cloc && pip install platformio + - apt-get -y update && apt-get -y install git && pip install platformio - pio run - - cloc --by-file --xml --out=.test/cloc.xml src +- name: upload + image: python:2 + commands: - make otaupload \ No newline at end of file