Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .evergreen/start-docker-envs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if [ "$HAS_DOCKER" = true ]; then
LOGS_DIR="$SCRIPT_DIR/logs"
mkdir -p "$LOGS_DIR"

git clone -b v1.3.2 --single-branch https://github.com/mongodb-js/devtools-docker-test-envs.git test-envs
git clone -b v1.3.4 --single-branch https://github.com/mongodb-js/devtools-docker-test-envs.git test-envs
$DOCKER_COMPOSE -f test-envs/docker/enterprise/docker-compose.yaml up -d
$DOCKER_COMPOSE -f test-envs/docker/ldap/docker-compose.yaml up -d
$DOCKER_COMPOSE -f test-envs/docker/scram/docker-compose.yaml up -d
Expand Down
Loading