Update .drone.yml
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
john_user 2024-08-24 07:03:45 +00:00
parent c672b78263
commit b120d39f6f

View File

@ -1,10 +1,8 @@
kind: pipeline kind: pipeline
type: docker name: example
name: default
steps: steps:
- name: say-hello - name: print-original-author
image: alpine image: alpine
commands: commands:
- echo "Hello, World! change" - echo "Original author $DRONE_COMMIT_AUTHOR"