10 lines
134 B
YAML
10 lines
134 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: hello
|
|
|
|
steps:
|
|
- name: install
|
|
image: ubuntu
|
|
commands:
|
|
- apt update && apt-get -yq install ssh
|