pipeline: upload only

This commit is contained in:
Nicu Hodos 2021-06-20 21:58:02 +02:00
parent 2d67608cce
commit 3bd087332b

View File

@ -8,14 +8,10 @@ platform:
arch: arm
steps:
- name: build
commands:
- cd gateway
- pio run -e pro-mini
- name: upload
commands:
- cd gateway
- pio run -e pro-mini
- echo -n 'reset' > /dev/ttyUSB0; sleep 1s; pio run -e pro-mini -t upload
when:
target: