Добавить .woodpecker.yaml
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
iu 2024-04-14 12:48:03 +00:00
parent ef254ecb12
commit 391fa66490
1 changed files with 9 additions and 0 deletions

9
.woodpecker.yaml Normal file
View File

@ -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.."