From 2f93d4d7300957f4993a4d8129194ab5d80eb90b Mon Sep 17 00:00:00 2001 From: JP100099 Date: Fri, 11 Jul 2025 21:45:18 +0200 Subject: [PATCH] removed test ci pipeline --- .woodpecker/test.yaml | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 .woodpecker/test.yaml diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml deleted file mode 100644 index 7cca3d6..0000000 --- a/.woodpecker/test.yaml +++ /dev/null @@ -1,10 +0,0 @@ -when: - - event: push - branch: main - -steps: - - name: build - image: debian - commands: - - echo "This is the build step" - - echo "binary-data-123" > executable \ No newline at end of file