Commit 65fec3a4 authored by zertrin's avatar zertrin Committed by zertrin

Code-Quality.gitlab-ci.yml: automatically clean-up docker container

Adds the '--rm' option to 'docker run' in Code-Quality.gitlab-ci.yml
such that the code quality container is automatically cleaned up
after it has run.

Changelog: fixed
parent 14af275d
......@@ -27,7 +27,7 @@ code_quality:
}
- docker pull --quiet "$CODE_QUALITY_IMAGE"
- |
docker run \
docker run --rm \
$(propagate_env_vars \
SOURCE_CODE \
TIMEOUT_SECONDS \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment