12 lines
180 B
YAML
12 lines
180 B
YAML
# test
|
|
pipeline:
|
|
build:
|
|
image: debian
|
|
commands:
|
|
- env
|
|
- echo "This is the build step"
|
|
a-test-step:
|
|
image: debian
|
|
commands:
|
|
- echo "Testing.."
|