go-run/.drone.yml

9 lines
114 B
YAML
Raw Normal View History

2024-07-13 16:13:21 +08:00
kind: pipeline
type: docker
2024-07-13 16:39:01 +08:00
name: greeting
steps:
2024-07-13 19:23:38 +08:00
- name: test
2024-07-13 16:39:01 +08:00
image: alpine
commands:
2024-07-13 19:22:49 +08:00
- echo hello world!!