Add 'demo.yml' #3

Merged
ShankarMounesh merged 1 commits from shankarmounesh-patch-1 into main 2022-04-23 09:49:07 +00:00
+9
View File
@@ -0,0 +1,9 @@
# A YAML template example.
kind: pipeline
type: docker
# name: default
steps:
- name: demo
image: alpine
commands:
- apk add curl