pipeline: upload only
This commit is contained in:
parent
2d67608cce
commit
3bd087332b
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user