ISXMr/.drone.yml

9 lines
126 B
YAML

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