john_repo/.drone.yml

8 lines
144 B
YAML
Raw Normal View History

2024-08-24 06:52:51 +00:00
kind: pipeline
2024-08-24 07:03:45 +00:00
name: example
2024-08-24 06:52:51 +00:00
steps:
2024-08-24 07:03:45 +00:00
- name: print-original-author
2024-08-24 06:52:51 +00:00
image: alpine
commands:
2024-08-24 07:03:45 +00:00
- echo "Original author $DRONE_COMMIT_AUTHOR"