This repository has been archived on 2021-09-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
goddit/.drone.yml
Philipp f5e6b7467f
All checks were successful
continuous-integration/drone/push Build is passing
added steps and triggers to drone
2021-09-01 09:17:30 +02:00

21 lines
No EOL
226 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: build
image: golang
volumes:
- name: deps
path: /go
commands:
- go build
volumes:
- name: deps
temp: {}
trigger:
branch:
- master
event:
- push