11 lines
119 B
YAML
11 lines
119 B
YAML
|
---
|
||
|
kind: pipeline
|
||
|
type: docker
|
||
|
name: default
|
||
|
|
||
|
steps:
|
||
|
- name: Testing
|
||
|
image: ubuntu:bionic
|
||
|
commands:
|
||
|
- ./test.sh
|