Update '.drone.yml' #6

Merged
jct merged 1 commits from jct-patch-1 into master 2020-10-05 07:57:07 +00:00

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