mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-04-22 08:10:42 +02:00
CI: Don't wait for Windows Docker image before doing Unix builds
The default in Gitlab-CI is that each job waits for all jobs in previous stages to complete, but we can override this default by explicitly saying that there are no prerequisites. Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
f52b4b1d2d
commit
73b87a92f8
1 changed files with 2 additions and 0 deletions
|
|
@ -72,6 +72,8 @@ windows amd64 docker:
|
|||
|
||||
.unix-host-build:
|
||||
stage: build
|
||||
# No need to wait for the Windows Docker image to be built
|
||||
needs: []
|
||||
cache:
|
||||
key: ${CI_JOB_NAME}
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue