9 lines
171 B
YAML
9 lines
171 B
YAML
|
steps:
|
||
|
- name: build
|
||
|
image: debian
|
||
|
commands:
|
||
|
- echo "This is the build step"
|
||
|
- name: a-test-step
|
||
|
image: debian
|
||
|
commands:
|
||
|
- echo "Testing.."
|