Files
testCi/.drone.yml
Valentin Boulanger da2c710c11
All checks were successful
continuous-integration/drone/push Build is passing
Create the drone file
2023-08-18 12:54:34 +02:00

10 lines
124 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world