We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6b3caf commit b1a9a65Copy full SHA for b1a9a65
.evergreen/scripts/run-aws-container-test.sh
@@ -11,8 +11,6 @@ if [[ -z "$1" ]]; then
11
exit 1
12
fi
13
export MONGODB_URI="$1"
14
-echo "MONGODB_URI=$MONGODB_URI"
15
-exit 1
16
17
if echo "$MONGODB_URI" | grep -q "@"; then
18
echo "MONGODB_URI unexpectedly contains user credentials in container test!";
0 commit comments