Skip to content

Commit 39d7745

Browse files
authored
Cleanup scripts in .evergreen directory (#808)
* Remove obsolete orchestration config * Remove unnecessary files
1 parent 4c7d5cb commit 39d7745

15 files changed

+2
-961
lines changed

.evergreen/compile-unix.sh

Lines changed: 0 additions & 67 deletions
This file was deleted.

.evergreen/compile-windows.sh

Lines changed: 0 additions & 49 deletions
This file was deleted.

.evergreen/compile.sh

Lines changed: 0 additions & 30 deletions
This file was deleted.

.evergreen/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ functions:
174174
params:
175175
script: |
176176
${PREPARE_SHELL}
177-
MONGODB_VERSION=${VERSION} ORCHESTRATION_FILE=${ORCHESTRATION_FILE} TOPOLOGY=${TOPOLOGY} AUTH=${AUTH} SSL=${SSL} STORAGE_ENGINE=${STORAGE_ENGINE} sh ${PROJECT_DIRECTORY}/.evergreen/run-orchestration.sh
177+
MONGODB_VERSION=${VERSION} ORCHESTRATION_FILE=${ORCHESTRATION_FILE} TOPOLOGY=${TOPOLOGY} AUTH=${AUTH} SSL=${SSL} STORAGE_ENGINE=${STORAGE_ENGINE} sh ${DRIVERS_TOOLS}/.evergreen/run-orchestration.sh
178178
# run-orchestration generates expansion file with the MONGODB_URI for the cluster
179179
- command: expansions.update
180180
params:

0 commit comments

Comments
 (0)