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 7d12117 commit 6e28107Copy full SHA for 6e28107
.evergreen/test-package-win32.sh
@@ -1,6 +1,7 @@
1
#!/usr/bin/env bash
2
curl -sSfL "$ARTIFACT_URL" > mongosh.zip
3
export ARTIFACT_PATH="$PWD/mongosh.zip"
4
-(cd /cygdrive/c/Program\ Files/ && mkdir mongosh && cd mongosh && unzip "$ARTIFACT_PATH" && chmod -v +x bin/*)
+(cd /cygdrive/c/Program\ Files/ && rm -rf mongosh && mkdir mongosh && cd mongosh && unzip "$ARTIFACT_PATH" && chmod -v +x bin/*)
5
export PATH="/cygdrive/c/Program Files/mongosh/bin:$PATH"
6
mongosh --smokeTests
7
+(cd /cygdrive/c/Program\ Files/ && rm -rf mongosh)
0 commit comments