From 076586f63a4b650a15544365560f61d7a4a3f385 Mon Sep 17 00:00:00 2001 From: Matous Date: Wed, 2 Jun 2021 17:56:03 +0200 Subject: [PATCH] 'docker config rm' -> 'rm' its command --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab170f88..35d655ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ stages: allow_failure: true script: - $DOCKER_CMD login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.labs.nic.cz - - $DOCKER_CMD --rm --privileged aptman/qus -s -- -p mips + - $DOCKER_CMD rm --privileged aptman/qus -s -- -p mips # Make sure we refresh the base image if it updates (eg. security updates, etc) # If we do just the build, cache is always reused and the freshness of the # base image is never checked. However, pull always asks and updates the