From 4031110cbbdcbb8c94d3931c8a40903a92911353 Mon Sep 17 00:00:00 2001 From: "Michael N. Lipp" Date: Sat, 9 Aug 2025 13:36:56 +0200 Subject: [PATCH] Test --- .woodpecker/publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker/publish.yaml b/.woodpecker/publish.yaml index b50bc60..c34e7f8 100644 --- a/.woodpecker/publish.yaml +++ b/.woodpecker/publish.yaml @@ -6,4 +6,5 @@ steps: - name: build image: quay.io/podman/stable commands: - - podman build . + - echo "First step" + # - podman build .