drone-tech/.drone.yml
Techpriest-01 6147539b02
Some checks reported errors
continuous-integration/drone/push Build was killed
update
cause dumb
2023-04-25 19:03:53 +01:00

15 lines
192 B
YAML

kind: pipeline
type: docker
name: hello-world
trigger:
branch:
- master
event:
- push
steps:
- name: say-hello
image: arm64v8/busybox
commands:
- echo hello-world