Commit 74076597 authored by Matija Čupić's avatar Matija Čupić

Merge branch 'zertrin-master-patch-41548' into 'master'

Code-Quality: automatically clean-up container after it has run

See merge request gitlab-org/gitlab!66910
parents 5431f098 65fec3a4
......@@ -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