Create the drone file
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
View File
@@ -0,0 +1,10 @@
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world