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.
devtools-docker-test-envs
1 parent 9c656bb commit 0c4a9fdCopy full SHA for 0c4a9fd
.evergreen/start-docker-envs.sh
@@ -39,7 +39,7 @@ if [ "$HAS_DOCKER" = true ]; then
39
LOGS_DIR="$SCRIPT_DIR/logs"
40
mkdir -p "$LOGS_DIR"
41
42
- 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
43
$DOCKER_COMPOSE -f test-envs/docker/enterprise/docker-compose.yaml up -d
44
$DOCKER_COMPOSE -f test-envs/docker/ldap/docker-compose.yaml up -d
45
$DOCKER_COMPOSE -f test-envs/docker/scram/docker-compose.yaml up -d
0 commit comments