Skip to content

Commit fa013c2

Browse files
author
Oleksandr Poliakov
committed
wip
1 parent 71827c2 commit fa013c2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

evergreen/run-mongodb-oidc-tests.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,6 @@ if [ -z "$MONGODB_URI" ]; then
3434
exit 1
3535
fi
3636

37-
if [ -z "$OIDC_TOKEN_DIR" ]; then
38-
echo "OIDC_TOKEN_DIR should be specified"
39-
exit 1
40-
fi
41-
4237
if [ "$OS" = "Windows_NT" ]; then
4338
for var in TMP TEMP NUGET_PACKAGES NUGET_HTTP_CACHE_PATH APPDATA; do
4439
setx $var z:\\data\\tmp

0 commit comments

Comments
 (0)