handle-subprojects-cache: Remove old gst-build path

this was a leftover from the monorepo transition.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5347>
This commit is contained in:
Jordan Petridіs 2023-09-18 23:48:55 +00:00 committed by GStreamer Marge Bot
parent f3d98341e3
commit aa515b0276

View file

@ -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