From 050aec524bd5d64ee57a5f9eddef89eca8840cb5 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Tue, 15 Sep 2020 16:58:40 +0300 Subject: [PATCH] citemplate: workaround stale subproject cache The revision of the wrap for pygobject was switched recently [1] [1]: https://gitlab.freedesktop.org/gstreamer/gst-build/-/merge_requests/189 Part-of: --- gitlab/ci_template.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index ebbb52c7aa..cbc064a8f6 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -1099,6 +1099,10 @@ documentation: CI_ARTIFACTS_URL: "${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/" script: - pip3 install --upgrade git+https://github.com/hotdoc/hotdoc@28ad9aa59daa49d6b3fd1bc6b144df52af39475b + + # FIXME: remove this once the docs image is updated + - rm -rf /gst-build/subprojects/pygobject/ + - *gst_build - ./gst-uninstalled.py ninja -C build/ plugins_doc_caches - |