Files
infra-test/.drone.yml
Xavi be33a9a5f9
All checks were successful
continuous-integration/drone Build is passing
Adding drone config
2022-03-23 22:52:33 +01:00

11 lines
134 B
YAML

kind: pipeline
type: docker
name: Hello World test
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world