From 3bd087332b2cdbe83a9a2b448a4ccafe4061205e Mon Sep 17 00:00:00 2001 From: Nicu Hodos Date: Sun, 20 Jun 2021 21:58:02 +0200 Subject: [PATCH] pipeline: upload only --- .drone.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index a676343..37d826d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: