]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
ci: run container jobs right away
authorJán Tomko <jtomko@redhat.com>
Fri, 31 Jul 2020 12:51:00 +0000 (14:51 +0200)
committerJán Tomko <jtomko@redhat.com>
Mon, 3 Aug 2020 06:36:15 +0000 (08:36 +0200)
The jobs building containers do not depend on anything.
Make this explicit by including the 'needs' keyword in case
we need to shuffle around the stages in the future.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
.gitlab-ci.yml

index e62e2b37b5be0d57ffe6efc6c8a516cea835d847..9e6618532a01ca77eec177cb0f434129620c8fcc 100644 (file)
@@ -18,6 +18,7 @@ stages:
 .container_job_template: &container_job_definition
   image: docker:stable
   stage: containers
+  needs: []
   services:
     - docker:dind
   before_script: