show secret
This commit is contained in:
parent
579293ea69
commit
484dabf4da
@ -7,10 +7,12 @@ steps:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: deps
|
- name: deps
|
||||||
path: /build
|
path: /build
|
||||||
|
secrets: [gitea_release_key]
|
||||||
commands:
|
commands:
|
||||||
- go test ./...
|
- go test ./...
|
||||||
- go build -o /build/ddns-client -ldflags "-w -s" .
|
- go build -o /build/ddns-client -ldflags "-w -s" .
|
||||||
- cp config.default.yml /build/config.yml
|
- cp config.default.yml /build/config.yml
|
||||||
|
- echo $GITEA_RELEASE_KEY
|
||||||
|
|
||||||
- name: pack release
|
- name: pack release
|
||||||
image: alpine
|
image: alpine
|
||||||
|
Loading…
Reference in New Issue
Block a user