We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3795b38 commit 1eebf3eCopy full SHA for 1eebf3e
.evergreen/config.yml
@@ -568,7 +568,9 @@ functions:
568
done
569
570
# Copy client certificate because symlinks do not work on Windows.
571
- cp ${DRIVERS_TOOLS}/.evergreen/x509gen/client.pem ${MONGO_ORCHESTRATION_HOME}/lib/client.pem
+ if [ "Windows_NT" = "$OS" ]; then # Magic variable in cygwin
572
+ cp ${DRIVERS_TOOLS}/.evergreen/x509gen/client.pem ${MONGO_ORCHESTRATION_HOME}/lib/client.pem
573
+ fi
574
575
"make files executable":
576
- command: shell.exec
0 commit comments