test
This commit is contained in:
parent
6e5ac7eab2
commit
d3372d940e
1 changed files with 2 additions and 2 deletions
|
@ -46,7 +46,6 @@
|
||||||
# commands:
|
# commands:
|
||||||
# - yamllint -f colored .
|
# - yamllint -f colored .
|
||||||
|
|
||||||
---
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: release-version
|
name: release-version
|
||||||
|
@ -72,7 +71,8 @@ steps:
|
||||||
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
|
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
|
||||||
- apk add --no-cache curl
|
- apk add --no-cache curl
|
||||||
- apk add --no-cache gnupg
|
- apk add --no-cache gnupg
|
||||||
- gpg --import $GPGSIGN_KEY --passphrase $GPGSIGN_PASSPHRASE
|
# - echo $GPGSIGN_KEY > private.key && echo $GPGSIGN_PASSPHRASE > passphrase.txt && gpg --batch --passphrase-file=passphrase.txt --import private.key && rm private.key passphrase.txt
|
||||||
|
- echo $GPGSIGN_PASSPHRASE > passphrase.txt && echo $GPGSIGN_KEY | gpg --batch --passphrase-file=passphrase.txt --import
|
||||||
- helm dependency update
|
- helm dependency update
|
||||||
- helm package --sign --key 'Gitea' --keyring ~/.gnupg/secring.gpg --version "${DRONE_TAG##v}" ./
|
- helm package --sign --key 'Gitea' --keyring ~/.gnupg/secring.gpg --version "${DRONE_TAG##v}" ./
|
||||||
- mkdir gitea
|
- mkdir gitea
|
||||||
|
|
Loading…
Reference in a new issue