Skip to content
Snippets Groups Projects
Commit 41994271 authored by Nick Volynkin's avatar Nick Volynkin Committed by Vladimir Davydov
Browse files

ci: remove Docker containers after running builds

Run `docker run` with `--rm` to remove contaners after running
a container-based build.
These containers are never reused, so there's no reason to keep them.
Instead, a new container is created for each build.
Not removing them results in wasting disk space on CI runners.

NO_DOC=ci
NO_CHANGELOG=ci
NO_TEST=ci

(cherry picked from commit 065c2874)
parent 82b4e16d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment