From 8a29dd4ce19673e81b2c0d26b1443c0ae5a48ce5 Mon Sep 17 00:00:00 2001 From: Torrie Fischer Date: Sat, 18 Feb 2023 18:49:40 +0100 Subject: [PATCH] woodpecker: only run check once --- .woodpecker.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index fffc15e..a504f93 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,7 +6,6 @@ pipeline: - pip install -U platformio - pio run -e bike -e bike_ble - pio run -e bike -e bike_ble --target buildfs - - pio check -e bike -e bike_ble build_esp32: group: build image: python @@ -14,7 +13,6 @@ pipeline: - pip install -U platformio - pio run -e esp32 -e esp32_wifi -e esp32_bluetooth - pio run -e esp32 -e esp32_wifi -e esp32_bluetooth --target buildfs - - pio check -e esp32 -e esp32_wifi -e esp32_bluetooth build_8266: group: build image: python @@ -22,4 +20,7 @@ pipeline: - pip install -U platformio - pio run -e esp8266 -e esp8266_wifi - pio run -e esp8266 -e esp8266_wifi --target buildfs - - pio check -e esp8266 -e esp8266_wifi + check: + image: python + - pip install -U platformio + - pio check -e esp32