Skip to content

Commit b1a9a65

Browse files
committed
remove deub
1 parent d6b3caf commit b1a9a65

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.evergreen/scripts/run-aws-container-test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ if [[ -z "$1" ]]; then
1111
exit 1
1212
fi
1313
export MONGODB_URI="$1"
14-
echo "MONGODB_URI=$MONGODB_URI"
15-
exit 1
1614

1715
if echo "$MONGODB_URI" | grep -q "@"; then
1816
echo "MONGODB_URI unexpectedly contains user credentials in container test!";

0 commit comments

Comments
 (0)