This commit is contained in:
Jay 2019-06-12 16:06:05 +08:00
parent 12d64462b3
commit 9c24664fc5
1 changed files with 0 additions and 5 deletions

View File

@ -7,15 +7,10 @@ steps:
volumes:
- name: deps
path: /build
environment:
GITEA_RELEASE:
from_secret: gitea_release_key
commands:
- go test ./...
- go build -o /build/ddns-client -ldflags "-w -s" .
- cp config.default.yml /build/config.yml
- env
- echo $GITEA_RELEASE
- name: pack release
image: alpine