ci: fix plugins cache diffs directory
authorMathieu Duponchelle <mathieu@centricular.com>
Mon, 18 Oct 2021 22:19:58 +0000 (00:19 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 18 Oct 2021 22:34:11 +0000 (22:34 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/867>

ci/scripts/check-documentation-diff.py

index 238c958..7dad06e 100755 (executable)
@@ -2,7 +2,7 @@
 import os, subprocess, sys
 
 if __name__ == "__main__":
-    diffsdir = '../plugins-cache-diffs'
+    diffsdir = 'plugins-cache-diffs'
     os.makedirs(diffsdir, exist_ok=True)
     res = 0
     try: