From acccc91005050ef4eff567781901faf991cd1c73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 2 Oct 2023 09:48:24 +0300 Subject: [PATCH] ci: Pass correct cache dir to handle-subprojects-cache.py The variable is not set and all other places directly use `/subprojects`. Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 16530de285..e437bc3ec2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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