test k8s
This commit is contained in:
parent
7edd90433d
commit
b3548d6a4a
2 changed files with 5 additions and 2 deletions
|
|
@ -1,8 +1,11 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
type: kubernetes
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
image: hello-world:latest
|
||||
image: alpine
|
||||
comands:
|
||||
- echo hello
|
||||
- echo world
|
||||
|
|
|
|||
0
foo
0
foo
Loading…
Add table
Add a link
Reference in a new issue