From f0f51ef1c549532c58ae234094eb0d5855a66ff9 Mon Sep 17 00:00:00 2001 From: andreaangiolillo Date: Thu, 3 Feb 2022 12:29:24 +0000 Subject: [PATCH 1/3] moved the mac notarize service outside mongocli repo --- build/ci/evergreen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/ci/evergreen.yml b/build/ci/evergreen.yml index ba9bd78cb8..b784b72634 100644 --- a/build/ci/evergreen.yml +++ b/build/ci/evergreen.yml @@ -247,7 +247,7 @@ functions: - command: shell.exec type: setup params: - working_dir: src/github.com/mongodb/mongocli + working_dir: src/github.com/mongodb include_expansions_in_env: - notary_service_url script: | From a12732fdbbe418b18395612a7c0264e843a496ed Mon Sep 17 00:00:00 2001 From: andreaangiolillo Date: Thu, 3 Feb 2022 12:42:47 +0000 Subject: [PATCH 2/3] Addressed PR comment --- .gitignore | 2 ++ build/ci/evergreen.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 481777a84f..ff177258cb 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,8 @@ *.dylib bin/** dist/** +# mac notarization service +darwin_amd64/** # Test binary, built with `go test -c` *.test diff --git a/build/ci/evergreen.yml b/build/ci/evergreen.yml index b784b72634..ba9bd78cb8 100644 --- a/build/ci/evergreen.yml +++ b/build/ci/evergreen.yml @@ -247,7 +247,7 @@ functions: - command: shell.exec type: setup params: - working_dir: src/github.com/mongodb + working_dir: src/github.com/mongodb/mongocli include_expansions_in_env: - notary_service_url script: | From aa7801d629db4b6a379a62daba927e5af69b1873 Mon Sep 17 00:00:00 2001 From: andreaangiolillo Date: Thu, 3 Feb 2022 12:44:22 +0000 Subject: [PATCH 3/3] Update .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ff177258cb..06f72a92a4 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ bin/** dist/** # mac notarization service darwin_amd64/** +macos-notary.zip # Test binary, built with `go test -c` *.test