add .drone.yml
This commit is contained in:
parent
f73a675027
commit
63a1cd018a
14
.drone.yml
Normal file
14
.drone.yml
Normal file
@ -0,0 +1,14 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: greeting
|
||||
|
||||
steps:
|
||||
- name: en
|
||||
image: alpine
|
||||
commands:
|
||||
- echo hello world
|
||||
|
||||
- name: fr
|
||||
image: alpine
|
||||
commands:
|
||||
- echo bonjour monde
|
Loading…
x
Reference in New Issue
Block a user