1
0
Fork 0

Fix release token
continuous-integration/drone/push Build is failing Details

master
Ambrose Chua 2020-04-25 18:04:29 +08:00
parent 579895d259
commit 3e66e4b767
Signed by: ambrose
GPG Key ID: BC367D33F140B5C2
1 changed files with 5 additions and 4 deletions

View File

@ -10,16 +10,17 @@ steps:
- name: build
image: golang:1.14-alpine
environment:
- CGO_ENABLED=0
- GOOS=linux
- GOARCH=amd64
CGO_ENABLED: 0
GOOS: linux
GOARCH: amd64
commands:
- cd coredns && go build
- name: release
image: plugins/gitea-release
settings:
base_url: https://git.makerforce.io
secrets: [ gitea_token ]
api_key:
from_secret: gitea_token
files: coredns/coredns
when:
event: tag