All checks were successful
continuous-integration/drone/push Build is passing
Fix run command
9 lines
135 B
YAML
9 lines
135 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: arduino-nano-opst
|
|
|
|
steps:
|
|
- name: build
|
|
image: shaguarger/platformio
|
|
commands:
|
|
- platformio run |