Skip to content

Commit a19e320

Browse files
authored
chore(ci): only sign macnotary during PRs MONGOSH-2163 (#2449)
This commit adjusts our Evergreen template to restore the functionality that was originally committed in 5af1c40 and reverted in 10a20d2. Going forward, we should only sign Mac builds on PRs
1 parent 03716a2 commit a19e320

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.evergreen.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3965,6 +3965,7 @@ functions:
39653965
PACKAGE_VARIANT: ${package_variant}
39663966
MACOS_NOTARY_KEY: ${macos_notary_key}
39673967
MACOS_NOTARY_SECRET: ${macos_notary_secret}
3968+
REQUESTER: ${requester}
39683969
verify_artifact:
39693970
- command: expansions.write
39703971
type: setup

.evergreen/evergreen.yml.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -610,6 +610,7 @@ functions:
610610
PACKAGE_VARIANT: ${package_variant}
611611
MACOS_NOTARY_KEY: ${macos_notary_key}
612612
MACOS_NOTARY_SECRET: ${macos_notary_secret}
613+
REQUESTER: ${requester}
613614
verify_artifact:
614615
- command: expansions.write
615616
type: setup

0 commit comments

Comments
 (0)