Update '.drone.yml'

This commit is contained in:
Jens True 2020-10-05 07:50:18 +00:00
parent 6be0baf301
commit 2966170165

@ -6,7 +6,7 @@ steps:
image: python:3 image: python:3
commands: commands:
- pip install platformio - pip install platformio
- pio check # - pio check
- pio run - pio run
- name: upload - name: upload
image: python:3 image: python:3