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