DepartmentProject/.drone.yml

10 lines
124 B
YAML
Raw Permalink Normal View History

2023-01-10 17:00:16 +04:00
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world