diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 00000000..71bf2bbc --- /dev/null +++ b/.drone.yml @@ -0,0 +1,8 @@ +--- +kind: pipeline +name: coopcloud.tech/abra +steps: + - name: make build + image: golang:1.16 + commands: + - make build