File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 3131 node-version : latest
3232 - name : Install Dependencies
3333 run : npm install
34- - name : Install mongodb-client-encryption
35- run : npm install mongodb-client-encryption
3634 - name : Run Tests
3735 run : npm run test-encryption
Original file line number Diff line number Diff line change 66
77export CWD=$( pwd) ;
88
9- # install encryption dependency
10- npm install mongodb-client-encryption > /dev/null
11-
129# set up mongodb cluster and encryption configuration if the data/ folder does not exist
1310if [ ! -d " data" ]; then
11+ # install encryption dependency
12+ npm install mongodb-client-encryption > /dev/null
13+
1414 mkdir data
1515 cd data
1616
@@ -48,6 +48,4 @@ if [ ! -d "data" ]; then
4848 (bash $DRIVERS_TOOLS /.evergreen/run-orchestration.sh) 1> /dev/null 2> /dev/null
4949
5050 echo ' Cluster Configuration Finished!'
51-
52- cd ..
5351fi
You can’t perform that action at this time.
0 commit comments