fixed dronefile new paths
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
Niklas 2021-02-14 23:28:09 +01:00
parent 07271dea71
commit 8d366a9833

View File

@ -5,7 +5,7 @@ steps:
- name: build - name: build
image: golang image: golang
commands: commands:
- go build - go build cmd/cooldns.go
- name: gitea_release - name: gitea_release
image: plugins/gitea-release image: plugins/gitea-release
@ -14,7 +14,7 @@ steps:
from_secret: GITEA_API_KEY from_secret: GITEA_API_KEY
base_url: https://git.kapelle.org base_url: https://git.kapelle.org
files: files:
- cool-dns - cooldns
checksum: checksum:
- md5 - md5
- sha1 - sha1