From d6403ce57fbbaf996c6f07b826bf92136d79d786 Mon Sep 17 00:00:00 2001 From: nomi-nonsz Date: Wed, 30 Jul 2025 13:25:53 +0700 Subject: [PATCH] debug 1 --- .woodpecker/test-build.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.woodpecker/test-build.yaml b/.woodpecker/test-build.yaml index 84f0bb8..6aaaf10 100644 --- a/.woodpecker/test-build.yaml +++ b/.woodpecker/test-build.yaml @@ -23,5 +23,6 @@ steps: - name: build image: debian:bookworm commands: - - ls scripting - - cd scripting && bash compile.sh \ No newline at end of file + - cd scripting + - ls + - bash compile.sh \ No newline at end of file