Skip to content

Commit

Permalink
use updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Nov 6, 2023
1 parent cf0ca0f commit 50d668e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 70 deletions.
2 changes: 1 addition & 1 deletion .evergreen/atlas_data_lake/run-mongohouse-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ DRIVERS_TOOLS=${DRIVERS_TOOLS:-$(readlink -f ../..)}
IMAGE=904697982180.dkr.ecr.us-east-1.amazonaws.com/atlas-query-engine-test
USE_TTY=""
test -t 1 && USE_TTY="-t"
docker run -d -p 27017:27017 -v "$DRIVERS_TOOLS/.evergreen/atlas_data_lake:/src" -i $USE_TTY $IMAGE --config /src/test.yaml
docker run -d -p 27017:27017 -v "$DRIVERS_TOOLS/.evergreen/atlas_data_lake:/src" -i $USE_TTY $IMAGE --config ./testdata/config/external/drivers/config.yaml
69 changes: 0 additions & 69 deletions .evergreen/atlas_data_lake/test.yaml

This file was deleted.

0 comments on commit 50d668e

Please sign in to comment.