OSDN Git Service

docker: EDK2 build job depends on EDK2 container
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Wed, 3 Mar 2021 13:06:45 +0000 (14:06 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 9 Mar 2021 05:03:53 +0000 (06:03 +0100)
Add missing dependency build-edk2 -> docker-edk2.

Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20210303130646.1494015-3-philmd@redhat.com>
Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
.gitlab-ci.d/edk2.yml

index e1e0452..ba72806 100644 (file)
@@ -25,6 +25,7 @@ docker-edk2:
 
 build-edk2:
  stage: build
+ needs: ['docker-edk2']
  rules: # Only run this job when ...
  - changes: # ... roms/edk2/ is modified (submodule updated)
    - roms/edk2/*