2022-09-26 20:27:41 +02:00
|
|
|
kind: pipeline
|
2022-09-26 21:02:49 +02:00
|
|
|
type: docker
|
2022-09-26 20:27:41 +02:00
|
|
|
name: hello
|
|
|
|
|
|
|
|
steps:
|
|
|
|
- name: greeting
|
2022-09-26 21:38:22 +02:00
|
|
|
image: ubuntu
|
2022-09-26 20:27:41 +02:00
|
|
|
commands:
|
2022-09-26 21:34:33 +02:00
|
|
|
- ssh-agent
|