kind: pipeline name: hello-world type: docker clone: skip_verify: true steps: - name: say-hello image: busybox commands: - echo hello-world