This commit is contained in:
perillamint 2024-01-09 04:47:34 +09:00
parent af4291a1df
commit 73e51588d8
1 changed files with 9 additions and 0 deletions

9
woodpecker/test.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.."