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

This commit is contained in:
2023-05-15 13:47:53 -04:00
parent 0f2f3094e0
commit c9fdb1c15e
+15
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