mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 20:58:44 +00:00
CI/CD: missing command 'run' added
This commit is contained in:
parent
076586f63a
commit
c8cbcdb4ba
@ -17,7 +17,7 @@ stages:
|
|||||||
allow_failure: true
|
allow_failure: true
|
||||||
script:
|
script:
|
||||||
- $DOCKER_CMD login -u gitlab-ci-token -p $CI_BUILD_TOKEN registry.labs.nic.cz
|
- $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)
|
# 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
|
# 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
|
# base image is never checked. However, pull always asks and updates the
|
||||||
|
Loading…
Reference in New Issue
Block a user