summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2021-10-19 00:19:58 +0200
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2021-10-18 22:34:11 +0000
commit8d7dde25875db33ab7c0bdf66afc76cfa776803a (patch)
treea70aa2d91afa0d2b70a44d0e4ceb93c62a651fe7 /ci
parentc3d878e990271c05dca5705578f935d63152c5e9 (diff)
downloadgstreamer-8d7dde25875db33ab7c0bdf66afc76cfa776803a.tar.gz
ci: fix plugins cache diffs directory
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/867>
Diffstat (limited to 'ci')
-rwxr-xr-xci/scripts/check-documentation-diff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/scripts/check-documentation-diff.py b/ci/scripts/check-documentation-diff.py
index 238c958d1e..7dad06e7cc 100755
--- a/ci/scripts/check-documentation-diff.py
+++ b/ci/scripts/check-documentation-diff.py
@@ -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: