paraphrasing_bot/.drone.yml
Pablo Aramburo 0c36d1df53
Some checks reported errors
continuous-integration/drone/push Build was killed
[add] Setting up drone
2022-05-12 14:11:44 -06:00

11 lines
125 B
YAML

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