diff --git a/.gitignore b/.gitignore index 73b36f8..e166de0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ sorrel/** deploy-dir/** tool/** publish-test/** +todo.txt diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..8263f7a --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,9 @@ +steps: + build: + image: debian + commands: + - echo "This is the build step" + a-test-step: + image: debian + commands: + - echo "Testing.."