File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ echo "{ \"releases\": { \"default\": \"$MONGODB_BINARIES\" }}" >$MONGO_ORCHESTRA
11
11
12
12
popd
13
13
14
- # Copy PyMongo's test certificates over driver-evergreen-tools'
15
- cp ${PROJECT_DIRECTORY} /test/certificates/* ${DRIVERS_TOOLS} /.evergreen/x509gen/
14
+ # # Copy PyMongo's test certificates over driver-evergreen-tools'
15
+ # cp ${PROJECT_DIRECTORY}/test/certificates/* ${DRIVERS_TOOLS}/.evergreen/x509gen/
16
16
17
- # Replace MongoOrchestration's client certificate.
18
- cp ${PROJECT_DIRECTORY} /test/certificates/client.pem ${MONGO_ORCHESTRATION_HOME} /lib/client.pem
17
+ # # Replace MongoOrchestration's client certificate.
18
+ # cp ${PROJECT_DIRECTORY}/test/certificates/client.pem ${MONGO_ORCHESTRATION_HOME}/lib/client.pem
19
19
20
20
if [ -w /etc/hosts ]; then
21
21
SUDO=" "
You can’t perform that action at this time.
0 commit comments