This commit is contained in:
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
|
||||
Reference in New Issue
Block a user