woodpecker init
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
maren 2023-12-17 19:25:26 -05:00
parent f4d53e0fb6
commit 6affe178fd
2 changed files with 10 additions and 0 deletions

1
.gitignore vendored
View file

@ -4,3 +4,4 @@ sorrel/**
deploy-dir/**
tool/**
publish-test/**
todo.txt

9
.woodpecker.yml Normal file
View file

@ -0,0 +1,9 @@
steps:
build:
image: debian
commands:
- echo "This is the build step"
a-test-step:
image: debian
commands:
- echo "Testing.."