example-app/.drone.yml
standard-user 56fe0e76d8
All checks were successful
continuous-integration/drone Build is passing
Update .drone.yml
2024-08-23 21:01:58 +00:00

10 lines
146 B
YAML

kind: pipeline
name: hello-world
steps:
- name: say-hello
image: alpine
commands:
- echo "Hello, World!"
- echo $DRONE_COMMIT_AUTHOR