Add example drone yaml file

This commit is contained in:
Sameer Rahmani 2022-06-12 10:08:38 +01:00
parent c2364640dc
commit 10b33e9372
1 changed files with 13 additions and 0 deletions

13
.ci.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world
when:
branch:
- master