Create the drone file
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Valentin Boulanger
2023-08-18 12:54:34 +02:00
parent ec418c8b06
commit da2c710c11

10
.drone.yml Normal file
View File

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