DepartmentProject/.drone.yml
Антон Скалкин 9a621e932d
All checks were successful
continuous-integration/drone/push Build is passing
add test DRONE file
2023-01-10 17:00:16 +04:00

10 lines
124 B
YAML

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