john_repo/.drone.yml
first_admin 4e987eaf83
All checks were successful
continuous-integration/drone Build is passing
Update .drone.yml
2024-08-24 07:04:59 +00:00

8 lines
161 B
YAML

kind: pipeline
name: example
steps:
- name: print-original-author
image: alpine
commands:
- echo "Change by admin. Original author $DRONE_COMMIT_AUTHOR"