diff --git a/woodpecker.yml b/woodpecker.yml new file mode 100644 index 0000000..aee147b --- /dev/null +++ b/woodpecker.yml @@ -0,0 +1,10 @@ +# .woodpecker.yml +pipeline: + build: + image: node:18 + commands: + - touch myfile + a-test-step: + image: debian + commands: + - cat myfile \ No newline at end of file