ltx/.drone.yml
Ryan Pandya c9fdb1c15e
Some checks reported errors
continuous-integration/drone/push Build encountered an error
First attempt at using Drone CI
2023-05-15 13:47:53 -04:00

16 lines
185 B
YAML

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