Skip to content

Commit 8d69f55

Browse files
committed
Remove dead code
1 parent f32d09d commit 8d69f55

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/start_local_atlas.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,5 @@ function wait() {
2020

2121
wait "$CONTAINER_ID"
2222

23-
# EXPOSED_PORT=$($DOCKER inspect --format='{{ (index (index .NetworkSettings.Ports "27017/tcp") 0).HostPort }}' "$CONTAINER_ID")
24-
# export MONGODB_URI="mongodb://127.0.0.1:$EXPOSED_PORT/?directConnection=true"
25-
# SCRIPT_DIR=$(realpath "$(dirname ${BASH_SOURCE[0]})")
26-
# ROOT_DIR=$(dirname $SCRIPT_DIR)
27-
# echo "MONGODB_URI=$MONGODB_URI" > $ROOT_DIR/.local_atlas_uri
28-
2923
# Sleep for a bit to let all services start.
3024
sleep 5

0 commit comments

Comments
 (0)