kind: pipeline
type: kubernetes
name: hugoweb
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world