Skip to content

Commit 8b78448

Browse files
authored
fix: bump devtools-docker-test-envs (#5530)
* bump devtools-docker-test-envs * bump in our hardcoded git pull as well * bump again * bump again...
1 parent 1d58f8c commit 8b78448

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.evergreen/start-docker-envs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
3131
LOGS_DIR="$SCRIPT_DIR/logs"
3232
mkdir -p "$LOGS_DIR"
3333

34-
git clone -b v1.2.5 --single-branch https://github.com/mongodb-js/devtools-docker-test-envs.git test-envs
34+
git clone -b v1.3.2 --single-branch https://github.com/mongodb-js/devtools-docker-test-envs.git test-envs
3535
$DOCKER_COMPOSE -f test-envs/docker/enterprise/docker-compose.yaml up -d
3636
$DOCKER_COMPOSE -f test-envs/docker/ldap/docker-compose.yaml up -d
3737
$DOCKER_COMPOSE -f test-envs/docker/scram/docker-compose.yaml up -d

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/data-service/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"devDependencies": {
7575
"@mongodb-js/compass-test-server": "^0.1.13",
76-
"@mongodb-js/devtools-docker-test-envs": "^1.2.5",
76+
"@mongodb-js/devtools-docker-test-envs": "^1.3.2",
7777
"@mongodb-js/eslint-config-compass": "^1.0.17",
7878
"@mongodb-js/mocha-config-compass": "^1.3.7",
7979
"@mongodb-js/prettier-config-compass": "^1.0.1",

0 commit comments

Comments
 (0)