10 lines
119 B
YAML
10 lines
119 B
YAML
|
|
||
|
kind: pipeline
|
||
|
type: docker
|
||
|
name: "test"
|
||
|
steps:
|
||
|
- name: test
|
||
|
image: bash
|
||
|
commands:
|
||
|
- echo 'Run tests'
|