Skip to content

Commit dfc2889

Browse files
committed
cleanup
1 parent 7c95699 commit dfc2889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.evergreen/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ setup_local_atlas() {
7171
podman kill mongodb_atlas_local || true
7272

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

7676
echo "waiting for container to become healthy..."
7777
function wait() {

0 commit comments

Comments
 (0)