Previous run's container persisted across CI runs (runner shares the host Docker daemon), so 'docker run --name mongo-ci' hit a name conflict. 'docker rm -f mongo-ci || true' at the start of the step makes it idempotent. |
||
|---|---|---|
| .. | ||
| test.yml | ||
Previous run's container persisted across CI runs (runner shares the host Docker daemon), so 'docker run --name mongo-ci' hit a name conflict. 'docker rm -f mongo-ci || true' at the start of the step makes it idempotent. |
||
|---|---|---|
| .. | ||
| test.yml | ||