--- kind: pipeline type: docker name: default steps: - image: bash commands: - echo "hello" ...