summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTural Farhadov <tural.ferhadov@gmail.com>2023-04-17 15:15:12 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-17 17:59:47 +0000
commit2b6ec6862dd65c7ea5f6e44c8a0b6e558068bf9f (patch)
tree4ca20b3d20b40d0fc9e71692285800542c7e536c
parent90c4935adeb9a91264bb8142db64ef8100528a01 (diff)
downloadmongo-2b6ec6862dd65c7ea5f6e44c8a0b6e558068bf9f.tar.gz
SERVER-76186: specify a version in garasign username and password
(cherry picked from commit 53a943166d99af46b9ae0e4868b8d818dfb0009d)
-rw-r--r--evergreen/garasign_gpg_sign.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/evergreen/garasign_gpg_sign.sh b/evergreen/garasign_gpg_sign.sh
index a75a6042118..27e7f7916f3 100644
--- a/evergreen/garasign_gpg_sign.sh
+++ b/evergreen/garasign_gpg_sign.sh
@@ -55,8 +55,8 @@ sign mongodb-cryptd-$push_name-$push_arch-$suffix.$ext
EOF
podman run \
- -e GRS_CONFIG_USER1_USERNAME=${garasign_gpg_username} \
- -e GRS_CONFIG_USER1_PASSWORD=${garasign_gpg_password} \
+ -e GRS_CONFIG_USER1_USERNAME=${garasign_gpg_username_70} \
+ -e GRS_CONFIG_USER1_PASSWORD=${garasign_gpg_password_70} \
--rm \
-v $(pwd):$(pwd) -w $(pwd) \
${garasign_gpg_image} \