From e0ebcb249325bf8969fd3ca1e824bd04bb0ba530 Mon Sep 17 00:00:00 2001 From: Bastien Gerard Date: Thu, 14 Aug 2025 00:07:48 +0200 Subject: [PATCH 1/2] add useful cr comment for .path in install_mongo --- .github/workflows/install_mongo.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/install_mongo.sh b/.github/workflows/install_mongo.sh index 8b0798db5..a7b81b7a1 100644 --- a/.github/workflows/install_mongo.sh +++ b/.github/workflows/install_mongo.sh @@ -65,6 +65,8 @@ if [ ! -d "$mongosh_dir" ]; then exit 1 fi +# creating a ".path" file to make sure start_mongo is referring to the same binaries +# that this installation is referring to echo >&2 "Creating mongo.path" echo "export PATH='${mongodb_dir}/bin:${mongosh_dir}/bin:'"'$PATH' \ | tee >&2 mongo.path From 40f9b513cd7ddb410c01e999d55aa1ce9b8f3b92 Mon Sep 17 00:00:00 2001 From: Bastien Gerard Date: Thu, 14 Aug 2025 00:07:48 +0200 Subject: [PATCH 2/2] add useful cr comment for .path in install_mongo --- .github/workflows/install_mongo.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/install_mongo.sh b/.github/workflows/install_mongo.sh index 8b0798db5..a7b81b7a1 100644 --- a/.github/workflows/install_mongo.sh +++ b/.github/workflows/install_mongo.sh @@ -65,6 +65,8 @@ if [ ! -d "$mongosh_dir" ]; then exit 1 fi +# creating a ".path" file to make sure start_mongo is referring to the same binaries +# that this installation is referring to echo >&2 "Creating mongo.path" echo "export PATH='${mongodb_dir}/bin:${mongosh_dir}/bin:'"'$PATH' \ | tee >&2 mongo.path