Skip to content

Commit b0a80fa

Browse files
authoredMar 5, 2024
make script executable and add ignored folder (#276)
1 parent 45e9b12 commit b0a80fa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.idea
22
*.iml
33
.DS_Store
4+
tools/multicluster/linux_amd64/*

‎tools/multicluster/kubectl_mac_notarize.sh

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ set -Eeou pipefail
2323
if [[ -f "./dist/kubectl-mongodb_darwin_arm64/kubectl-mongodb" && -f "./dist/kubectl-mongodb_darwin_amd64_v1/kubectl-mongodb" && ! -f "./dist/kubectl-mongodb_macos_signed.zip" ]]; then
2424
echo "notarizing macOs binaries"
2525
zip -r ./dist/kubectl-mongodb_amd64_arm64_bin.zip ./dist/kubectl-mongodb_darwin_amd64_v1/kubectl-mongodb ./dist/kubectl-mongodb_darwin_arm64/kubectl-mongodb # The Notarization Service takes an archive as input
26-
"${workdir-}"/macnotary \
26+
"${workdir:-.}"/linux_amd64/macnotary \
2727
-f ./dist/kubectl-mongodb_amd64_arm64_bin.zip \
2828
-m notarizeAndSign -u https://dev.macos-notary.build.10gen.cc/api \
2929
-b com.mongodb.mongodb-kubectl-mongodb \

0 commit comments

Comments
 (0)
Please sign in to comment.