First attempt at using Drone CI
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Ryan Pandya 2023-05-15 13:47:53 -04:00
parent 0f2f3094e0
commit c9fdb1c15e

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
kind: pipeline
type: docker
name: lifetracker
trigger:
branch:
- master
event:
- push
steps:
- name: say-hello
image: busybox
commands:
- echo hello-world