FinalCommander/.drone.yml
DataHoarder 9978c72665
All checks were successful
continuous-integration/drone/push Build is passing
Updated dependencies, added /status endpoint, show indexes on per-hash /information
2022-06-02 00:13:13 +02:00

13 lines
153 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: backend
image: golang:1.18-bullseye
commands:
- go build -v -o fcmm .
...