first_repository/.drone.yml

11 lines
155 B
YAML
Raw Normal View History

2024-08-19 16:23:47 +00:00
kind: pipeline
type: docker
name: default
steps:
- name: say-hello
image: alpine
commands:
- echo "Hello, World!"
2024-08-27 14:37:35 +00:00
- echo "$DRONE_UI_USERNAME"