ltx/.drone.yml
Ryan Pandya cba4e7d87f
Some checks failed
continuous-integration/drone/push Build is failing
Second test of drone - docker network attachable
2023-05-15 14:02:26 -04:00

17 lines
186 B
YAML

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