Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Jan 3, 2025
1 parent 7c95699 commit dfc2889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .evergreen/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ setup_local_atlas() {
podman kill mongodb_atlas_local || true

CONTAINER_ID=$(podman run --rm -d -e DO_NOT_TRACK=1 -P --health-cmd "/usr/local/bin/runner healthcheck" $IMAGE)
podman rename $CONTAINER_ID mongodb_atlas_local
podman rename $CONTAINER_ID mongodb_atlas_local || true

echo "waiting for container to become healthy..."
function wait() {
Expand Down

0 comments on commit dfc2889

Please sign in to comment.