diff options
author | Philippe Mathieu-Daudé <philmd@redhat.com> | 2021-03-03 14:06:45 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2021-03-09 06:03:53 +0100 |
commit | 1925468ddbf9931dc5e05278483840f33eabca8b (patch) | |
tree | ad6988367a9c74d5a3d0dec06b72582ad59a9cbf /.gitlab-ci.d | |
parent | 9f3a24cf1f9a3a0e94102c69d92c3a8eea7debc4 (diff) |
docker: EDK2 build job depends on EDK2 container
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>
Diffstat (limited to '.gitlab-ci.d')
-rw-r--r-- | .gitlab-ci.d/edk2.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.d/edk2.yml b/.gitlab-ci.d/edk2.yml index e1e0452416..ba7280605c 100644 --- a/.gitlab-ci.d/edk2.yml +++ b/.gitlab-ci.d/edk2.yml @@ -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/* |