File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,10 @@ set -o xtrace
99export npm_config_cache=$( pwd) /.cache
1010npm install
1111
12- ls -la $( pwd) /drivers-evergreen-tools
13-
1412# Fix to point at the drivers tools pems installed in src.
15- export CSFLE_TLS_CA_FILE=$( pwd) /drivers-evergreen-tools/x509gen/ca.pem
16- export CSFLE_TLS_CERT_FILE=$( pwd) /drivers-evergreen-tools/x509gen/server.pem
17- export CSFLE_TLS_CLIENT_CERT_FILE=$( pwd) /drivers-evergreen-tools/x509gen/client.pem
13+ export CSFLE_TLS_CA_FILE=$( pwd) /drivers-evergreen-tools/.evergreen/ x509gen/ca.pem
14+ export CSFLE_TLS_CERT_FILE=$( pwd) /drivers-evergreen-tools/.evergreen/ x509gen/server.pem
15+ export CSFLE_TLS_CLIENT_CERT_FILE=$( pwd) /drivers-evergreen-tools/.evergreen/ x509gen/client.pem
1816
1917ALPINE=true \
2018 npm run check:csfle
You can’t perform that action at this time.
0 commit comments