Files
es-bot/.drone.yml
gav 56adc16b04
All checks were successful
continuous-integration/drone/push Build is passing
Add '.drone.yml'
2022-05-01 01:22:43 +07:00

10 lines
124 B
YAML

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