From 65b9ce8dc182961b40d09432e956ce7e47fcb73f Mon Sep 17 00:00:00 2001 From: Nicu Hodos Date: Mon, 23 Jan 2023 15:00:59 +0100 Subject: [PATCH] remove embedded test from pipeline --- .drone.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.drone.yml b/.drone.yml index 553ff69..6694831 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,15 +26,6 @@ steps: exclude: - production -- name: embedded tests - commands: - - cd gateway - - LD_LIBRARY_PATH=~/.platformio/packages/tool-simavr/lib/ pio test -e embedded --without-uploading - when: - target: - exclude: - - production - - name: upload firmware commands: - cd gateway