diff --git a/.woodpecker.yaml b/.woodpecker.yaml new file mode 100644 index 0000000..97ec5c2 --- /dev/null +++ b/.woodpecker.yaml @@ -0,0 +1,9 @@ +steps: + - name: build + image: debian + commands: + - echo "This is the build step" + - name: a-test-step + image: debian + commands: + - echo "Testing.." \ No newline at end of file