]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
CI/CD: missing command 'run' added mh-deb-mips
authorMatous <bralor92@email.cz>
Wed, 2 Jun 2021 16:27:13 +0000 (18:27 +0200)
committerMatous <bralor92@email.cz>
Wed, 2 Jun 2021 16:27:13 +0000 (18:27 +0200)
.gitlab-ci.yml

index 35d655ce89a4b1d984a1978842910a3a803576fe..37dcb6faa4a47dae5a31ec5a4f537a6f6a6a38dc 100644 (file)
@@ -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 run --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