ci: Pass correct cache dir to handle-subprojects-cache.py

The variable is not set and all other places directly use
`/subprojects`.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5412>
This commit is contained in:
Sebastian Dröge 2023-10-02 09:48:24 +03:00
parent 8af9cd9b1a
commit acccc91005

View file

@ -264,7 +264,7 @@ commitlint:
- export CARGO_HOME="/usr/local/cargo"
- export PATH="/usr/local/cargo/bin:$PATH"
- date -R
- ci/scripts/handle-subprojects-cache.py --cache-dir ${SUBPROJECTS_CACHE_DIR} subprojects/
- ci/scripts/handle-subprojects-cache.py --cache-dir /subprojects subprojects/
- date -R
- export ARGS="--default-library=${BUILD_TYPE:-both} -Dgstreamer:gst_debug=${BUILD_GST_DEBUG:-true} ${MESON_ARGS}"
- echo $GST_WERROR