File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,19 @@ builds:
16
16
- arm64
17
17
hooks :
18
18
# This will notarize Apple binaries and replace goreleaser bins with the notarized ones
19
- # post:
20
- # - cmd: ./scripts/release/kubectl-mongodb/kubectl_mac_notarize.sh
21
- # output: true
22
- # - cmd: ./scripts/release/kubectl-mongodb/sign.sh {{ .Path }}
23
- # env:
24
- # - GRS_USERNAME={{ .Env.GRS_USERNAME }}
25
- # - GRS_PASSWORD={{ .Env.GRS_PASSWORD }}
26
- # - PKCS11_URI={{ .Env.PKCS11_URI }}
27
- # - ARTIFACTORY_URL={{ .Env.ARTIFACTORY_URL }}
28
- # - SIGNING_IMAGE_URI={{ .Env.SIGNING_IMAGE_URI }}
29
- # - ARTIFACTORY_USERNAME=mongodb-enterprise-kubernetes-operator
30
- # - ARTIFACTORY_PASSWORD={{ .Env.ARTIFACTORY_PASSWORD }}
31
- # - cmd: ./scripts/release/kubectl-mongodb/verify.sh {{ .Path }} && echo "VERIFIED OK"
19
+ post :
20
+ - cmd : ./scripts/release/kubectl-mongodb/kubectl_mac_notarize.sh
21
+ output : true
22
+ - cmd : ./scripts/release/kubectl-mongodb/sign.sh {{ .Path }}
23
+ env :
24
+ - GRS_USERNAME={{ .Env.GRS_USERNAME }}
25
+ - GRS_PASSWORD={{ .Env.GRS_PASSWORD }}
26
+ - PKCS11_URI={{ .Env.PKCS11_URI }}
27
+ - ARTIFACTORY_URL={{ .Env.ARTIFACTORY_URL }}
28
+ - SIGNING_IMAGE_URI={{ .Env.SIGNING_IMAGE_URI }}
29
+ - ARTIFACTORY_USERNAME=mongodb-enterprise-kubernetes-operator
30
+ - ARTIFACTORY_PASSWORD={{ .Env.ARTIFACTORY_PASSWORD }}
31
+ - cmd : ./scripts/release/kubectl-mongodb/verify.sh {{ .Path }} && echo "VERIFIED OK"
32
32
33
33
archives :
34
34
- format : tar.gz
You can’t perform that action at this time.
0 commit comments