Update .woodpecker/default.yml
Some checks are pending
ci/woodpecker/push/default Pipeline is pending
Some checks are pending
ci/woodpecker/push/default Pipeline is pending
This commit is contained in:
parent
7407c07fb9
commit
480a13b3dd
1 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
||||||
pipeline:
|
kind: pipeline
|
||||||
test:
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: test
|
||||||
image: alpine
|
image: alpine
|
||||||
commands:
|
commands:
|
||||||
- echo "Woodpecker is working!"
|
- echo "Woodpecker is working!"
|
||||||
- uname -a
|
- uname -a
|
||||||
|
|
Loading…
Add table
Reference in a new issue