From aa515b027622c48046ecb137f814ae9cece126b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jordan=20Petrid=D1=96s?= Date: Mon, 18 Sep 2023 23:48:55 +0000 Subject: [PATCH] handle-subprojects-cache: Remove old gst-build path this was a leftover from the monorepo transition. Part-of: --- ci/scripts/handle-subprojects-cache.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ci/scripts/handle-subprojects-cache.py b/ci/scripts/handle-subprojects-cache.py index a718c9d1c5..37fd222228 100755 --- a/ci/scripts/handle-subprojects-cache.py +++ b/ci/scripts/handle-subprojects-cache.py @@ -44,8 +44,7 @@ def create_cache_in_image(options): def copy_cache(options): - # FIXME Remove when not needed anymore. - for path in [DEST, "/gst-build/subprojects", r"C:\gst-build\subprojects"]: + for path in [DEST, r"C:\gst-build\subprojects"]: if not os.path.exists(path): print("%s doesn't exist." % path) continue