citemplate: workaround stale subproject cache
authorJordan Petridis <jordan@centricular.com>
Tue, 15 Sep 2020 13:58:40 +0000 (16:58 +0300)
committerJordan Petridis <jordan@centricular.com>
Tue, 15 Sep 2020 14:24:32 +0000 (17:24 +0300)
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>

gitlab/ci_template.yml

index ebbb52c..cbc064a 100644 (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
   - |