mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 11:32:38 +00:00
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:
parent
fd7b78a918
commit
050aec524b
1 changed files with 4 additions and 0 deletions
|
@ -1099,6 +1099,10 @@ documentation:
|
||||||
CI_ARTIFACTS_URL: "${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/"
|
CI_ARTIFACTS_URL: "${CI_PROJECT_URL}/-/jobs/${CI_JOB_ID}/artifacts/raw/"
|
||||||
script:
|
script:
|
||||||
- pip3 install --upgrade git+https://github.com/hotdoc/hotdoc@28ad9aa59daa49d6b3fd1bc6b144df52af39475b
|
- 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_build
|
||||||
- ./gst-uninstalled.py ninja -C build/ plugins_doc_caches
|
- ./gst-uninstalled.py ninja -C build/ plugins_doc_caches
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Reference in a new issue