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