Skip to content

Commit 2751b82

Browse files
authored
CLOUDP-185426 Enable logging when running mac notary (#2019)
1 parent 163f5b2 commit 2751b82

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build/package/.atlascli.goreleaser.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ builds:
2424
goarch: [amd64,arm64]
2525
hooks:
2626
# This will notarize Apple binaries and replace goreleaser bins with the notarized ones
27-
post: ./build/package/atlascli_mac_notarize.sh
27+
post:
28+
- cmd: ./build/package/atlascli_mac_notarize.sh
29+
output: true
2830
- <<: *build_defaults
2931
id: windows
3032
goos: [windows]

build/package/.mongocli.goreleaser.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ builds:
2424
goarch: [amd64,arm64]
2525
hooks:
2626
# This will notarize Apple binaries and replace goreleaser bins with the notarized ones
27-
post: ./build/package/mongocli_mac_notarize.sh
27+
post:
28+
- cmd: ./build/package/mongocli_mac_notarize.sh
29+
output: true
2830
- <<: *build_defaults
2931
id: windows
3032
goos: [windows]

0 commit comments

Comments
 (0)