Files
test-drone/.drone.yml
T
admin 58b83af538
continuous-integration/drone/push Build encountered an error
Add .drone.yml
2026-08-06 13:25:47 +00:00

10 lines
147 B
YAML

kind: pipeline
type: docker
name default
steps:
- name: test
image: alpine
commands:
- echo "Drone CI is working"
- uname -a