Skip to content

Commit

Permalink
fix: bump devtools-docker-test-envs (#5530)
Browse files Browse the repository at this point in the history
* bump devtools-docker-test-envs

* bump in our hardcoded git pull as well

* bump again

* bump again...
  • Loading branch information
lerouxb committed Mar 4, 2024
1 parent 1d58f8c commit 8b78448
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .evergreen/start-docker-envs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
LOGS_DIR="$SCRIPT_DIR/logs"
mkdir -p "$LOGS_DIR"

git clone -b v1.2.5 --single-branch https://github.com/mongodb-js/devtools-docker-test-envs.git test-envs
git clone -b v1.3.2 --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
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/data-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
},
"devDependencies": {
"@mongodb-js/compass-test-server": "^0.1.13",
"@mongodb-js/devtools-docker-test-envs": "^1.2.5",
"@mongodb-js/devtools-docker-test-envs": "^1.3.2",
"@mongodb-js/eslint-config-compass": "^1.0.17",
"@mongodb-js/mocha-config-compass": "^1.3.7",
"@mongodb-js/prettier-config-compass": "^1.0.1",
Expand Down

0 comments on commit 8b78448

Please sign in to comment.