drone.yml added
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2022-04-25 21:13:07 +03:00
parent a4cb736590
commit 5f4b19d2fd

14
.drone.yml Normal file
View 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