Update .woodpecker/default.yml
All checks were successful
ci/woodpecker/push/default Pipeline was successful
All checks were successful
ci/woodpecker/push/default Pipeline was successful
This commit is contained in:
parent
480a13b3dd
commit
2177311d64
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,11 @@
|
||||||
kind: pipeline
|
|
||||||
name: default
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: test
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- echo "Woodpecker is working!"
|
- echo "Woodpecker is working!"
|
||||||
- uname -a
|
- uname -a
|
||||||
|
|
||||||
|
when:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
- pull_request
|
||||||
|
|
Loading…
Add table
Reference in a new issue