show secret

This commit is contained in:
Jay 2019-06-12 15:55:22 +08:00
parent 579293ea69
commit 484dabf4da
1 changed files with 2 additions and 0 deletions

View File

@ -7,10 +7,12 @@ steps:
volumes:
- name: deps
path: /build
secrets: [gitea_release_key]
commands:
- go test ./...
- go build -o /build/ddns-client -ldflags "-w -s" .
- cp config.default.yml /build/config.yml
- echo $GITEA_RELEASE_KEY
- name: pack release
image: alpine