10 lines
170 B
YAML
Executable File
10 lines
170 B
YAML
Executable File
|
|
kind: pipeline
|
|
type: docker
|
|
name: "test"
|
|
steps:
|
|
- name: test
|
|
image: harbor.front.kjuulh.io/docker-proxy/library/bash:latest
|
|
commands:
|
|
- echo 'Run tests'
|