From f0e4ed1829c8f1f0f8c9cd9602ae79a35448880a Mon Sep 17 00:00:00 2001 From: UnlimitedCookies <49200216+UnlimitedCookies@users.noreply.github.com> Date: Sun, 6 Mar 2022 14:19:18 +0100 Subject: [PATCH] welp, please fail now --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a0d3ed0..6907ab3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,13 +1,13 @@ pipeline: fail: - image: scratch + image: debian:stable-slim commands: - echo "Please work now!" && false when: event: [push, tag] build_deb: - image: debian:bullseye-slim + image: debian:stable-slim pull: true commands: - apt update && apt install -y build-essential devscripts