We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c95699 commit dfc2889Copy full SHA for dfc2889
.evergreen/utils.sh
@@ -71,7 +71,7 @@ setup_local_atlas() {
71
podman kill mongodb_atlas_local || true
72
73
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
+ podman rename $CONTAINER_ID mongodb_atlas_local || true
75
76
echo "waiting for container to become healthy..."
77
function wait() {
0 commit comments