15 lines
174 B
YAML
15 lines
174 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: greeting
|
|
|
|
steps:
|
|
- name: en
|
|
image: alpine
|
|
commands:
|
|
- echo hello world
|
|
|
|
- name: fr
|
|
image: alpine
|
|
commands:
|
|
- echo bonjour monde
|