parent
59c16402a7
commit
f6cc7d0985
@ -0,0 +1,10 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: test
|
||||
|
||||
steps:
|
||||
- name: testing
|
||||
image: ubuntu:latest
|
||||
commands:
|
||||
- echo "Hello"
|
||||
|
Loading…
Reference in new issue