first_repository/.drone.yml
first_admin 9f9da334b0
All checks were successful
continuous-integration/drone Build is passing
Update .drone.yml
2024-08-27 14:34:58 +00:00

11 lines
150 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: say-hello
image: alpine
commands:
- echo "Hello, World!"
- echo $DRONE_UI_REALM