Files
First-repo/.drone.yml
victor 52dcac6ab1
Some checks reported errors
continuous-integration/drone Build was killed
Actualizar .drone.yml
2025-07-31 16:00:10 +00:00

9 lines
146 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: hello
image: alpine
commands:
- echo "hello from drone" && echo "pushed"