Take a stab at a Drone CI/CD build
This commit is contained in:
parent
b13081d1a6
commit
8373dea7fb
8
.drone.yml
Normal file
8
.drone.yml
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
kind: pipeline
|
||||
name: coopcloud.tech/abra
|
||||
steps:
|
||||
- name: make build
|
||||
image: golang:1.16
|
||||
commands:
|
||||
- make build
|
Reference in New Issue
Block a user