We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0cd68 commit e0ebcb2Copy full SHA for e0ebcb2
1 file changed
.github/workflows/install_mongo.sh
@@ -65,6 +65,8 @@ if [ ! -d "$mongosh_dir" ]; then
65
exit 1
66
fi
67
68
+# creating a ".path" file to make sure start_mongo is referring to the same binaries
69
+# that this installation is referring to
70
echo >&2 "Creating mongo.path"
71
echo "export PATH='${mongodb_dir}/bin:${mongosh_dir}/bin:'"'$PATH' \
72
| tee >&2 mongo.path
0 commit comments