1
0
Fork 0

Do builds only on tag
continuous-integration/drone/push Build is passing Details

master 1.0.4
Ambrose Chua 2020-04-25 18:16:57 +08:00
parent 2476d2939b
commit f8e53694d9
1 changed files with 5 additions and 1 deletions

View File

@ -21,6 +21,9 @@ steps:
GOARCH: amd64
commands:
- cd coredns && go build
when:
event:
- tag
- name: release
image: plugins/gitea-release
settings:
@ -29,6 +32,7 @@ steps:
from_secret: gitea_token
files: coredns/coredns
when:
event: tag
event:
- tag
# vim: ts=2:sw=2