ci: Clear dependencies for dist-job

Otherwise it never executes, because it’s waiting patiently for zero
dependencies to complete. 🤦

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-12-11 15:37:52 +00:00
parent e9670d3c3c
commit cc627ea0df
No known key found for this signature in database
GPG Key ID: C5C42CFB268637CA

View File

@ -971,6 +971,7 @@ dist-job:
- .with-git - .with-git
image: "${FEDORA_IMAGE}" image: "${FEDORA_IMAGE}"
stage: build stage: build
needs: []
before_script: before_script:
- !reference [".build-linux", "before_script"] - !reference [".build-linux", "before_script"]
- !reference [".with-git", "before_script"] - !reference [".with-git", "before_script"]