Files
test-drone/.drone.yml
T
admin c34ef8487d
continuous-integration/drone/push Build is passing
Update .drone.yml
2026-08-06 13:29:19 +00:00

10 lines
148 B
YAML

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