kind: pipeline
type: docker
name: hello
steps:
- name: install
image: ubuntu
commands:
- apt-get update -qq > /dev/null
- apt-get install ssh git -qq > /dev/null
# a comment hopefully
- which ssh-agent