Heimdallr/.drone.yml

11 lines
125 B
YAML
Raw Normal View History

2022-10-16 03:33:23 +02:00
---
kind: pipeline
type: docker
name: test
steps:
- name: greeting
image: alpine
commands:
- echo hello
- echo world