woodpecker pipeline test added
Some checks are pending
ci/woodpecker/push/pipeline Pipeline is pending
Some checks are pending
ci/woodpecker/push/pipeline Pipeline is pending
This commit is contained in:
parent
7b1d4143af
commit
5514d5455c
9
.woodpecker/pipeline.yml
Normal file
9
.woodpecker/pipeline.yml
Normal file
@ -0,0 +1,9 @@
|
||||
when:
|
||||
- event: push
|
||||
branch: main
|
||||
steps:
|
||||
- name: build
|
||||
image: alpine
|
||||
commands:
|
||||
- echo "Building site..."
|
||||
- echo "Site built!.
|
||||
Loading…
Reference in New Issue
Block a user