From e9c6386f386c9958b124e7ea8fe84d78d8bb9160 Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Sun, 6 Jul 2025 22:13:08 +0000 Subject: [PATCH] Update .woodpecker/pipeline.yaml --- .woodpecker/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/pipeline.yaml b/.woodpecker/pipeline.yaml index 5f12c0b..fe618f0 100644 --- a/.woodpecker/pipeline.yaml +++ b/.woodpecker/pipeline.yaml @@ -6,4 +6,4 @@ steps: - name: build image: debian commands: - - echo "This is the build step" \ No newline at end of file + - echo "This is the build step; okay" \ No newline at end of file