This commit is contained in:
parent
f4d53e0fb6
commit
6affe178fd
2 changed files with 10 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -4,3 +4,4 @@ sorrel/**
|
|||
deploy-dir/**
|
||||
tool/**
|
||||
publish-test/**
|
||||
todo.txt
|
||||
|
|
9
.woodpecker.yml
Normal file
9
.woodpecker.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
steps:
|
||||
build:
|
||||
image: debian
|
||||
commands:
|
||||
- echo "This is the build step"
|
||||
a-test-step:
|
||||
image: debian
|
||||
commands:
|
||||
- echo "Testing.."
|
Loading…
Reference in a new issue