Simplifying build
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
Jens True 2019-03-29 21:49:51 +01:00
parent 53ed60151c
commit 4dd7e0b2ad

@ -5,7 +5,7 @@ steps:
- name: build - name: build
image: python:2 image: python:2
commands: commands:
- apt-get -y update && apt-get -y install git && pip install platformio - pip install platformio
- pio run - pio run
- name: upload - name: upload
image: python:2 image: python:2