From 9d15fb7a23063abe20998d76da7933a39bab5ce5 Mon Sep 17 00:00:00 2001 From: jthor Date: Sun, 21 Sep 2025 10:35:09 -0400 Subject: [PATCH] removing test --- .woodpecker/test-pipeline.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .woodpecker/test-pipeline.yml diff --git a/.woodpecker/test-pipeline.yml b/.woodpecker/test-pipeline.yml deleted file mode 100644 index ecab552..0000000 --- a/.woodpecker/test-pipeline.yml +++ /dev/null @@ -1,11 +0,0 @@ -kind: pipeline -type: docker -name: test-manual -when: - event: [manual, push] - -steps: - - name: echo - image: alpine - commands: - - echo "Manual trigger works!"