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: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/339>
This commit is contained in:
Jordan Petridis 2020-09-15 16:58:40 +03:00
parent fd7b78a918
commit 050aec524b

View file

@ -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
- |