10 lines
134 B
YAML
Raw Normal View History

2022-09-26 19:27:41 +01:00
kind: pipeline
2022-09-26 20:02:49 +01:00
type: docker
2022-09-26 19:27:41 +01:00
name: hello
steps:
2022-09-26 20:46:31 +01:00
- name: install
2022-09-26 20:38:22 +01:00
image: ubuntu
2022-09-26 19:27:41 +01:00
commands:
2022-09-26 20:46:31 +01:00
- apt update && apt-get -yq install ssh