Skip to content

Commit 0e96899

Browse files
committed
Revert "fix crypt_shared handling and docker test"
This reverts commit 28e1976.
1 parent 28e1976 commit 0e96899

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ functions:
375375
type: test
376376
params:
377377
binary: "bash"
378-
args: ["${RUN_TASK}", run-docker, --, test-short]
378+
args: ["${RUN_TASK}", run-docker]
379379
- command: subprocess.exec
380380
type: test
381381
params:

.evergreen/setup-system.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ export GOPATH="$GOPATH"
7272
export GOCACHE="$GOCACHE"
7373
export DRIVERS_TOOLS="$DRIVERS_TOOLS"
7474
export PROJECT_DIRECTORY="$PROJECT_DIRECTORY"
75-
export MONGODB_BINARIES="$MONGODB_BINARIES"
7675
export PATH="$PATH"
7776
EOT
7877

0 commit comments

Comments
 (0)