We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fe1256 commit dc319f0Copy full SHA for dc319f0
.evergreen/run-kerberos-tests.sh
@@ -27,7 +27,7 @@ USER=$(node -p "encodeURIComponent(process.env.PRINCIPAL)")
27
export MONGODB_URI="mongodb://${USER}@${SASL_HOST}/${GSSAPI_DB}?authMechanism=GSSAPI"
28
29
set -o xtrace
30
-npm install [email protected]
+
31
npm run check:kerberos
32
33
set +o xtrace
0 commit comments