woodpecker: only run check once
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Torrie Fischer 2023-02-18 18:49:40 +01:00
parent ef4c6e016d
commit 8a29dd4ce1

View File

@ -6,7 +6,6 @@ pipeline:
- pip install -U platformio - pip install -U platformio
- pio run -e bike -e bike_ble - pio run -e bike -e bike_ble
- pio run -e bike -e bike_ble --target buildfs - pio run -e bike -e bike_ble --target buildfs
- pio check -e bike -e bike_ble
build_esp32: build_esp32:
group: build group: build
image: python image: python
@ -14,7 +13,6 @@ pipeline:
- pip install -U platformio - pip install -U platformio
- pio run -e esp32 -e esp32_wifi -e esp32_bluetooth - pio run -e esp32 -e esp32_wifi -e esp32_bluetooth
- pio run -e esp32 -e esp32_wifi -e esp32_bluetooth --target buildfs - pio run -e esp32 -e esp32_wifi -e esp32_bluetooth --target buildfs
- pio check -e esp32 -e esp32_wifi -e esp32_bluetooth
build_8266: build_8266:
group: build group: build
image: python image: python
@ -22,4 +20,7 @@ pipeline:
- pip install -U platformio - pip install -U platformio
- pio run -e esp8266 -e esp8266_wifi - pio run -e esp8266 -e esp8266_wifi
- pio run -e esp8266 -e esp8266_wifi --target buildfs - 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