Skip to content

Commit 54615f9

Browse files
test
1 parent f693c9f commit 54615f9

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

.goreleaser.yaml

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ builds:
1616
- arm64
1717
hooks:
1818
# 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"
3232

3333
archives:
3434
- format: tar.gz
@@ -51,3 +51,9 @@ release:
5151

5252
git:
5353
tag_sort: -version:creatordate
54+
55+
blobs:
56+
- provider: s3
57+
region: eu-north-1
58+
bucket: mongodb-kubernetes-dev
59+
directory: test-dir

0 commit comments

Comments
 (0)