Add 'demo.yml' #4

Merged
ShankarMounesh merged 1 commits from shankarmounesh-patch-2 into master 2022-04-23 09:27:41 +00:00
Showing only changes of commit d3b8d4128b - Show all commits
+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