john_repo/.drone.yml

10 lines
131 B
YAML
Raw Normal View History

2024-08-24 06:52:51 +00:00
kind: pipeline
type: docker
name: default
steps:
- name: say-hello
image: alpine
commands:
2024-08-24 07:00:13 +00:00
- echo "Hello, World! change"
2024-08-24 06:54:44 +00:00