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 arch: arm
steps: steps:
- name: build
commands:
- cd gateway
- pio run -e pro-mini
- name: upload - name: upload
commands: commands:
- cd gateway - cd gateway
- pio run -e pro-mini
- echo -n 'reset' > /dev/ttyUSB0; sleep 1s; pio run -e pro-mini -t upload - echo -n 'reset' > /dev/ttyUSB0; sleep 1s; pio run -e pro-mini -t upload
when: when:
target: target: